PathF.GetArcAngle(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an arc angle value at the specified index (stored as degrees).
public:
float GetArcAngle(int aIndex);
public float GetArcAngle(int aIndex);
member this.GetArcAngle : int -> single
Public Function GetArcAngle (aIndex As Integer) As Single
Parameters
- aIndex
- Int32
Angle index.
Returns
The angle in degrees, or 0 if out of range.