[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.SweepDirection

Enum SweepDirection

Namespace
GrapeCity.Documents.Drawing
Assembly
GcDocs.Imaging.dll

Defines the direction that an elliptical arc is drawn.

public enum SweepDirection

Fields

Clockwise = 1

Arcs are drawn in a clockwise (positive-angle) direction.

CounterClockwise = 0

Arcs are drawn in a counterclockwise (negative-angle) direction.