UiaPoint-Struktur (uiautomationcore.h)
Enthält die Koordinaten eines Punkts.
Syntax
struct UiaPoint {
double x;
double y;
};
Member
x
Typ: double
Die horizontale Bildschirmkoordinate.
y
Typ: double
Die vertikale Bildschirmkoordinate.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows XP [Desktop-Apps | UWP-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2003 [Desktop-Apps | UWP-Apps] |
Kopfzeile | uiautomationcore.h (include UIAutomation.h) |