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 アプリ] |
Header | uiautomationcore.h (UIAutomation.h を含む) |