Table of Contents

Enum XSweepDirection

Namespace
PdfSharp.Drawing
Assembly
PdfSharp.dll

Defines the direction an elliptical arc is drawn.

public enum XSweepDirection

Fields

Clockwise = 1

Specifies that arcs are drawn in a clockwise (positive-angle) direction.

Counterclockwise = 0

Specifies that arcs are drawn in a counterclockwise (negative-angle) direction.