Enum SweepDirection
Defines the direction an which elliptical arc is drawn.
public enum SweepDirection
Fields
Clockwise = 1
Specifies that arcs are drawn in a clockwise (positive-angle) direction.
CounterClockwise = 0
Specifies that arcs are drawn in a counter clockwise (negative-angle) direction.