Enum SweepDirection

SweepDirection enumeration

The sweep direction. Determines which of the two possible arcs(selected by the Large Arc Flag) is used. Beginning at the starting point, one arc proceeds in the positive(clockwise) direction, while the other proceeds in the negative(counter-clockwise) direction.

public enum SweepDirection

Values

NameValueDescription
Clockwise0The clockwise.
Counterclockwise1The counterclockwise.

See Also