uiaRect 结构 (uiautomationcore.h)
包含矩形的位置和大小(以屏幕坐标表示)。
语法
struct UiaRect {
double left;
double top;
double width;
double height;
};
成员
left
类型: double
左侧的位置。
top
类型: double
顶部的位置。
width
类型: double
宽度。
height
类型: double
高度。
要求
最低受支持的客户端 | Windows XP [桌面应用 | UWP 应用] |
最低受支持的服务器 | Windows Server 2003 [桌面应用 | UWP 应用] |
标头 | uiautomationcore.h (包括 UIAutomation.h) |