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


IResizeInteraction.RatioX Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Display)  

IResizeInteraction.RatioX Property

Current horizontal ratio of the resize operation.

[Visual Basic .NET]
Public Property RatioX As Double
[C#]
public double RatioX {get; set;}
[C++]
HRESULT get_RatioX(
  double ratio
);
[C++]
HRESULT put_RatioX(
  System.Double* ratio
);
[C++]

Parameters ratio [in]
ratio is a parameter of type double ratio [out, retval]
ratio is a parameter of type double*

Product Availability

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

See Also

IResizeInteraction Interface

.NET Samples

Create custom move, rotate, and scale GeometricEffects within a single project (Code Files: clsGE_Transform_Scale)