import "Accessibility_Accessible.idl";
Public Attributes | |
| long | x |
| the value corresponding to the minimum or leftmost x position. | |
| long | y |
| the value corresponding to the minimum y value. | |
| long | width |
| the horizontal extent of the bounding box, that is, the difference between the maximum and minimum x coordinate bounds. | |
| long | height |
| the vertical extent of the bounding box, that is, the difference between the maximum and minimum y coordinate bounds. | |
The relevant coordinate system is determined by the context of the API call which returned or receives the value.
Definition at line 75 of file Accessibility_Accessible.idl.
|
|
the value corresponding to the minimum or leftmost x position.
Definition at line 76 of file Accessibility_Accessible.idl. |
|
|
the value corresponding to the minimum y value.
Definition at line 77 of file Accessibility_Accessible.idl. |
|
|
the horizontal extent of the bounding box, that is, the difference between the maximum and minimum x coordinate bounds.
Definition at line 78 of file Accessibility_Accessible.idl. |
|
|
the vertical extent of the bounding box, that is, the difference between the maximum and minimum y coordinate bounds.
Definition at line 82 of file Accessibility_Accessible.idl. |
1.4.3