enumerazione D2D1_FIGURE_END (d2d1.h)
Indica se una figura ID2D1SimplifiedGeometrySink specifica è aperta o chiusa.
Sintassi
typedef enum D2D1_FIGURE_END {
D2D1_FIGURE_END_OPEN = 0,
D2D1_FIGURE_END_CLOSED = 1,
D2D1_FIGURE_END_FORCE_DWORD = 0xffffffff
} ;
Costanti
D2D1_FIGURE_END_OPEN Valore: 0 La figura è aperta. |
D2D1_FIGURE_END_CLOSED Valore: 1 La figura è chiusa. |
D2D1_FIGURE_END_FORCE_DWORD Valore: 0xffffffff |
Requisiti
Client minimo supportato | Windows 7, Windows Vista con SP2 e Aggiornamento della piattaforma per Windows Vista [app desktop | App UWP] |
Server minimo supportato | Windows Server 2008 R2, Windows Server 2008 con SP2 e Platform Update per Windows Server 2008 [app desktop | App UWP] |
Intestazione | d2d1.h |