UiaPoint 構造体 (uiautomationcore.h)
ポイントの座標を格納します。
構文
struct UiaPoint {
double x;
double y;
};
メンバー
x
型: double
水平画面座標。
y
型: double
垂直画面座標。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows XP [デスクトップ アプリ | UWP アプリ] |
サポートされている最小のサーバー | Windows Server 2003 [デスクトップ アプリのみ | UWP アプリ] |
Header | uiautomationcore.h (UIAutomation.h を含む) |