ArcGIS Runtime SDK for Windows Phone - Library Reference
MoveTo Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Geometry Namespace > MapPoint Class : MoveTo Method

x
X value
y
Y value
Moves a point to the specified location.

Syntax

Visual Basic (Declaration) 
Public Sub MoveTo( _
   ByVal x As Double, _
   ByVal y As Double _
) 
C# 
public void MoveTo( 
   double x,
   double y
)

Remarks

When moving a large amount of points, calling MoveTo can be more efficient than setting the X and Y properties individually.

Parameters

x
X value
y
Y value

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.