Structure UiaPoint (uiautomationcore.h)
Contient les coordonnées d’un point.
Syntaxe
struct UiaPoint {
double x;
double y;
};
Membres
x
Type : double
Coordonnée d'écran horizontale.
y
Type : double
Coordonnée d'écran verticale.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows XP [applications de bureau | applications UWP] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau | applications UWP] |
En-tête | uiautomationcore.h (incluez UIAutomation.h) |