Share via


UiaRect Structure

Contains the position and size of a rectangle, in screen coordinates.

Syntax

typedef struct {
    double left;
    double top;
    double width;
    double height;
} UiaRect;

Members

  • left
    Position of the left side.
  • top
    Position of the top side.
  • width
    Width.
  • height
    Height.

Structure Information

Header uiautomationcore.h
Minimum operating systems Windows XP