Enum D2D1SweepDirection
Defines the direction that an elliptical arc is drawn.
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
public enum D2D1SweepDirection
Fields
Name | Description |
---|---|
Clockwise | Arcs are drawn in a clockwise (positive-angle) direction. |
CounterClockwise | Arcs are drawn in a counterclockwise (negative-angle) direction. |