ArcGIS Explorer Component Help |
Graphic..::.Move Method |
Graphic Class See Also |
Moves the Graphic by the specified amounts in along the x and y axes.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
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.