Moves the Graphic by the specified amounts in along the x and y axes.
Namespace:
ESRI.ArcGISExplorer.Mapping
Assembly:
ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
C# |
---|
public void Move( double deltaX, double deltaY ) |
Visual Basic (Declaration) |
---|
Public Sub Move ( _ deltaX As Double, _ deltaY As Double _ ) |
Parameters
- deltaX
- Type: System..::.Double
The amount to move the Graphic along the x axis, in the Unit of the geometry of the Graphic.
- deltaY
- Type: System..::.Double
The amount to move the Graphic along the y axis, in the Unit of the geometry of the Graphic.
Remarks
If you wish to move the Graphic using different units of measurement, see the GeometryOperations.Move method.
See Also
Created by Atop CHM to web converter,© 2009 all right reserved.