Enum SweepDirection
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Defines the direction that an elliptical arc is drawn.
D2D1_SWEEP_DIRECTION
public enum SweepDirection
Fields
Counterclockwise = 0
Arcs are drawn in a counterclockwise (negative-angle) direction.
Clockwise = 1
Arcs are drawn in a clockwise (positive-angle) direction.