XPS_POINT-Struktur (xpsobjectmodel.h)
Repräsentiert ein X-/Y-Koordinatenpaar in einem zweidimensionalen Raum.
Syntax
typedef struct __MIDL___MIDL_itf_xpsobjectmodel_0000_0000_0017 {
FLOAT x;
FLOAT y;
} XPS_POINT;
Member
x
Die x-Koordinate eines Punkts.
y
Die y-Koordinate eines Punkts.
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 | xpsobjectmodel.h |