PDFsharp-net6

XSweepDirection

Namespace: PdfSharp.Drawing

Defines the direction an elliptical arc is drawn.

public enum XSweepDirection

Inheritance ObjectValueTypeEnumXSweepDirection
Implements IComparable, IFormattable, IConvertible

Fields

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.