LinearRing.IsClockwise

LinearRing.IsClockwise method

Determines if the ring has clockwise winding.

public bool IsClockwise()

Return Value

true if clockwise; otherwise false.

Remarks

If linear ring is not valid (for example it is self intersecting), then function result is undefined.

See Also