D2D1_FIGURE_END-Enumeration (d2d1.h)
Gibt an, ob eine bestimmte ID2D1SimplifiedGeometrySink-Figur geöffnet oder geschlossen ist.
Syntax
typedef enum D2D1_FIGURE_END {
D2D1_FIGURE_END_OPEN = 0,
D2D1_FIGURE_END_CLOSED = 1,
D2D1_FIGURE_END_FORCE_DWORD = 0xffffffff
} ;
Konstanten
D2D1_FIGURE_END_OPEN Wert: 0 Die Abbildung ist geöffnet. |
D2D1_FIGURE_END_CLOSED Wert: 1 Die Abbildung ist geschlossen. |
D2D1_FIGURE_END_FORCE_DWORD Wert: 0xffffffff |
Anforderungen
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 |