D2D1_ARC_SIZE-Enumeration (d2d1.h)
Gibt an, ob ein Bogen größer als 180 Grad sein soll.
Syntax
typedef enum D2D1_ARC_SIZE {
D2D1_ARC_SIZE_SMALL = 0,
D2D1_ARC_SIZE_LARGE = 1,
D2D1_ARC_SIZE_FORCE_DWORD = 0xffffffff
} ;
Konstanten
D2D1_ARC_SIZE_SMALL Wert: 0 Der Bogenschwung sollte 180 Grad oder weniger betragen. |
D2D1_ARC_SIZE_LARGE Wert: 1 Der Bogenschwung sollte mindestens 180 Grad betragen. |
D2D1_ARC_SIZE_FORCE_DWORD Wert: 0xffffffff |
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows 7, Windows Vista mit SP2 und Plattformupdate für Windows Vista [Desktop-Apps | UWP-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 R2, Windows Server 2008 mit SP2 und Plattformupdate für Windows Server 2008 [Desktop-Apps | UWP-Apps] |
Kopfzeile | d2d1.h |