Share via


PathF.SetArcClockwise(Int32, Boolean) Method

Definition

Sets the stored clockwise flag for an arc segment.

public:
 void SetArcClockwise(int aIndex, bool aValue);
public void SetArcClockwise(int aIndex, bool aValue);
member this.SetArcClockwise : int * bool -> unit
Public Sub SetArcClockwise (aIndex As Integer, aValue As Boolean)

Parameters

aIndex
Int32

Arc flag index.

aValue
Boolean

New clockwise value.

Applies to