get_position
Description:
Gets the minimum x and y coordinates of the specified Component.
The returned values are meaningful only if the Component has both STATE_VISIBLE and STATE_SHOWING.
Parameters:
this |
a pointer to the Component to query. |
ctype |
the desired coordinate system into which to return the results, (e.g. ATSPI_COORD_TYPE_WINDOW, ATSPI_COORD_TYPE_SCREEN). |
Returns:
An Point giving the this's position. |