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


IAffineTransformation2D.XScale Property (ArcObjects .NET 10.5 SDK)
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)