This document is archived and information here might be outdated.  Recommended version.


IAffineTransformation2D.Move Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IA > IAffineTransformation2D Interface > IAffineTransformation2D.Move Method
ArcGIS Developer Help

IAffineTransformation2D.Move Method

Incorporates a translation factor into the transformation.

[Visual Basic .NET]
Public Sub Move ( _
    ByVal dx As Double, _
    ByVal dy As Double _
)
[C#]
public void Move (
    double dx,
    double dy
);
[C++]
HRESULT Move(
  double dx,
  double dy
);
[C++]
Parameters
dx 

dx is a parameter of type double dy
dy is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Translates (Shifts) the existing affine transformation by adding dx units in the X direction and dy units in the Y direction.

Remarks

Note: The Move, Scale, and Rotate transformations are cumulative they add the transformation specified to any existing transformation in an AffineTransformation2D object.

See Also

IAffineTransformation2D Interface

.NET Samples

Create a custom marker placement for placing markers around a point