import "Accessibility_Accessible.idl";
Data Fields | |
long | x |
long | y |
long | width |
long | height |
Used by Component and Text, a struct defining a bounding rectangle. The relevant coordinate system is determined by the context of the API call which returned or receives the value.
the vertical extent of the bounding box, that is, the difference between the maximum and minimum y coordinate bounds.
the horizontal extent of the bounding box, that is, the difference between the maximum and minimum x coordinate bounds.
the value corresponding to the minimum or leftmost x position.
the value corresponding to the minimum y value.