get_image_position
Description:
Gets the position of the image in the form of a point specifying the images top-left corner.
If the position can not be obtained (e.g. missing support), x and y are set to -1.
Parameters:
| this |
a Object instance that implements AtkImageIface |
| x |
address of int to put x coordinate position; otherwise, -1 if value cannot be obtained. |
| y |
address of int to put y coordinate position; otherwise, -1 if value cannot be obtained. |
| coord_type |
specifies whether the coordinates are relative to the screen or to the components top level window |