PathF.GetArcClockwise(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 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.