Share via


PathF.GetArcAngle(Int32) Method

Definition

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.

Applies to