Enum Winding
Specifies the direction in which arcs or elliptical curves are drawn, affecting fill and stroke behavior in path-based rendering.
public enum Winding
Fields
ClockWise = 1
The path is drawn in a clockwise direction. This is the default in most canvas and geometry operations.
CounterClockWise = 0
The path is drawn in a counter-clockwise direction.