D2D1_SWEEP_DIRECTION enumeration (d2d1.h)
Defines the direction that an elliptical arc is drawn.
Syntax
typedef enum D2D1_SWEEP_DIRECTION {
D2D1_SWEEP_DIRECTION_COUNTER_CLOCKWISE = 0,
D2D1_SWEEP_DIRECTION_CLOCKWISE = 1,
D2D1_SWEEP_DIRECTION_FORCE_DWORD = 0xffffffff
} ;
Constants
D2D1_SWEEP_DIRECTION_COUNTER_CLOCKWISE Value: 0 Arcs are drawn in a counterclockwise (negative-angle) direction. |
D2D1_SWEEP_DIRECTION_CLOCKWISE Value: 1 Arcs are drawn in a clockwise (positive-angle) direction. |
D2D1_SWEEP_DIRECTION_FORCE_DWORD Value: 0xffffffff |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps] |
Header | d2d1.h |