Click or drag to resize
CanvasSweepDirection Enumeration
Defines the direction that an elliptical arc is drawn.

Namespace:  Microsoft.Graphics.Canvas.Geometry
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum CanvasSweepDirection
Members
  Member nameValueDescription
CounterClockwise0Arcs are drawn in a counterclockwise (negative-angle) direction.
Clockwise1Arcs are drawn in a clockwise (positive-angle) direction.
See Also