This document is archived and information here might be outdated. Recommended version. |
The included (or central) angle.
[Visual Basic .NET] Public Property CentralAngle As Double
[C#] public double CentralAngle {get; set;}
[C++]
HRESULT get_CentralAngle(
System.Double* outCentalAngle
);
[C++]
HRESULT put_CentralAngle(
double outCentalAngle
);
[C++]
Parameters outCentalAngle [out, retval]
outCentalAngle is a parameter of type double* outCentalAngle
outCentalAngle is a parameter of type double
The CentralAngle describes the span of the CircularArc. The CentralAngle is the angular measure between the FromAngle and the ToAngle. The CentralAngle is measured in Radians and is always between -2*Pi and 2*Pi. If the Central Angle > 0, then the Circular Arc is oriented CounterClockwise. If the Central Angle < 0, then the Circular Arc is oriented Clockwise.