D2D_POINT_2U-Struktur (dcommon.h)
Stellt ein x-Koordinaten- und y-Koordinatenpaar dar, das als unsignierten 32-Bit-Ganzzahlwert im zweidimensionalen Raum ausgedrückt wird.
Syntax
typedef struct D2D_POINT_2U {
UINT32 x;
UINT32 y;
} D2D_POINT_2U;
Member
x
Typ: UINT32
Der x-Koordinatenwert des Punkts.
y
Typ: UINT32
Der y-Koordinatenwert des Punkts.
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 | dcommon.h (einschließlich D2d1.h) |