Gets the minimum x and y coordinates of the image displayed in a specified Image implementor.
The returned values are meaningful only if the Image has both STATE_VISIBLE and STATE_SHOWING.
this |
a pointer to the Image implementor to query. |
ctype |
the desired coordinate system into which to return the results, (e.g. ATSPI_COORD_TYPE_WINDOW, ATSPI_COORD_TYPE_SCREEN). |
a pointer to an Point where x and y correspond to the minimum coordinates of the displayed image. |