ESRI.ArcGIS.Mobile
Point Constructor(Double,Double)
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Geometries Namespace > Point Class > Point Constructor : Point Constructor(Double,Double)

x
The X coordinate.
y
The Y coordinate.
Initializes a new instance of the Point class, using the specified initial X and Y coordinates.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double _
)
C# 
public Point( 
   double x,
   double y
)

Parameters

x
The X coordinate.
y
The Y coordinate.

Exceptions

ExceptionDescription
ArgumentNullExceptionNull coordinate.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.