This document is archived and information here might be outdated. Recommended version. |
The radius.
[Visual Basic .NET]
Public Property Radius As Double
[C#]
public double Radius {get; set;}
[C++]
HRESULT get_Radius(
System.Double* outRadius
);
[C++]
HRESULT put_Radius(
double outRadius
);
[C++] Parameters outRadius [out, retval]
outRadius is a parameter of type double* outRadius
outRadius is a parameter of type double
The radius is the distance from the Center of the circle to the arc. This property can be used to query the current radius of the circular arc or assign a new radius which changes the location of the From and To Points of the Circular Arc, but maintains the From Angle, Central Angle, and Orientation.