ArcGIS API for Windows Phone - Library Reference
MapPoint Constructor(Double,Double)
See Also  Send comments on this topic
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 Phone 7

See Also

© ESRI, Inc. All Rights Reserved.