Incorporates scale factors into the transformation.
[Visual Basic .NET] Public Sub Scale ( _ ByVal dx As Double, _ ByVal dy As Double _ )
[C#] public void Scale ( double dx, double dy );
[C++]
HRESULT Scale(
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
Scales (Multiplies) the existing affine transformation matrix by dx in the X direction and dy 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.