Table of Contents

Enum SweepDirection

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.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.