UiaPoint Structure

Contains the coordinates of a point.

Syntax

typedef struct {
    double x;
    double y;
} UiaPoint;

Members

  • x
    The horizontal screen coordinate.
  • y
    The vertical screen coordinate.

Structure Information

Header uiautomationcore.h
Minimum operating systems Windows XP