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


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

IAffineTransformation2D3GEN.Scale Method

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.

See Also

IAffineTransformation2D3GEN Interface