Share via


PathF.GetArcClockwise(Int32) Method

Definition

Gets the stored clockwise flag for an arc segment at the specified index.

public:
 bool GetArcClockwise(int aIndex);
public bool GetArcClockwise(int aIndex);
member this.GetArcClockwise : int -> bool
Public Function GetArcClockwise (aIndex As Integer) As Boolean

Parameters

aIndex
Int32

Arc flag index.

Returns

true if clockwise; otherwise false.

Applies to