ArcGIS Runtime SDK for WPF - Library Reference
MoveTo Method
See Also 
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 XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.