UiaPoint structure (uiautomationcore.h)

Contains the coordinates of a point.

Syntax

struct UiaPoint {
  double x;
  double y;
};

Members

x

Type: double

The horizontal screen coordinate.

y

Type: double

The vertical screen coordinate.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps | UWP apps]
Minimum supported server Windows Server 2003 [desktop apps | UWP apps]
Header uiautomationcore.h (include UIAutomation.h)