ArcObjects Library Reference (Geometry)  

IAffineTransformation2D.XScale Property

The scale along the X axis.

[Visual Basic .NET]
Public ReadOnly Property XScale As Double
[C#]
public double XScale {get;}
[C++]
HRESULT get_XScale(
  double* sx
);
[C++]

Parameters

sx [out, retval]   sx is a parameter of type double

Product Availability

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

Description

Returns the X Scale factor from the transformation.

See Also

IAffineTransformation2D Interface

.NET Samples

Triangle graphic element (Code Files: TriangleElementClass)