This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IA > IAffineTransformation2D Interface > IAffineTransformation2D.XScale Property (ArcObjects .NET 10.5 SDK) |
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
Returns the X Scale factor from the transformation.