UiaRect-Struktur (uiautomationcore.h)
Enthält die Position und Größe eines Rechtecks in Bildschirmkoordinaten.
Syntax
struct UiaRect {
double left;
double top;
double width;
double height;
};
Member
left
Typ: double
Position der linken Seite.
top
Typ: double
Position der oberen Seite.
width
Typ: double
Breite.
height
Typ: double
Höhe.
Anforderungen
Unterstützte Mindestversion (Client) | Windows XP [Desktop-Apps | UWP-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2003 [Desktop-Apps | UWP-Apps] |
Kopfzeile | uiautomationcore.h (uiAutomation.h einschließen) |