Namespace: PdfSharp.Drawing
Defines the direction an elliptical arc is drawn.
public enum XSweepDirection
Inheritance Object → ValueType → Enum → XSweepDirection
Implements IComparable, IFormattable, IConvertible
| Name | Value | Description |
|---|---|---|
| Counterclockwise | 0 | Specifies that arcs are drawn in a counterclockwise (negative-angle) direction. |
| Clockwise | 1 | Specifies that arcs are drawn in a clockwise (positive-angle) direction. |