ArcGIS Runtime SDK for WPF - Library Reference
MapPoint Constructor(Double,Double)
See Also 
ESRI.ArcGIS.Client.Geometry Namespace > MapPoint Class > MapPoint Constructor : MapPoint Constructor(Double,Double)

x
x
y
y
Initializes a new instance of the MapPoint class.

Syntax

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

Parameters

x
x
y
y

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.