D2D1_SVG_DISPLAY-Enumeration (d2d1svg.h)
Gibt einen Wert für die SVG-Anzeigeeigenschaft an.
Syntax
typedef enum D2D1_SVG_DISPLAY {
D2D1_SVG_DISPLAY_INLINE = 0,
D2D1_SVG_DISPLAY_NONE = 1,
D2D1_SVG_DISPLAY_FORCE_DWORD = 0xffffffff
} ;
Konstanten
D2D1_SVG_DISPLAY_INLINE Wert: 0 Das -Element verwendet das Standardanzeigeverhalten. |
D2D1_SVG_DISPLAY_NONE Wert: 1 Das Element und alle untergeordneten Elemente werden nicht direkt gerendert. |
D2D1_SVG_DISPLAY_FORCE_DWORD Wert: 0xffffffff |
Anforderungen
Anforderung | Wert |
---|---|
Header | d2d1svg.h |