D2D_SIZE_U-Struktur (dcommon.h)
Speichert ein geordnetes Paar von ganzen Zahlen, i. d. R. die Breite und Höhe eines Rechtecks.
Syntax
typedef struct D2D_SIZE_U {
UINT32 width;
UINT32 height;
} D2D_SIZE_U;
Member
width
Typ: UINT32
Die horizontale Komponente dieser Größe.
height
Typ: UINT32
Die vertikale Komponente dieser Größe.
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 | dcommon.h (einschließlich D2d1.h) |