get_image_position


Description:

public Point get_image_position (CoordType ctype) throws Error

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.

Parameters:

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).

Returns:

a pointer to an Point where x and y correspond to the minimum coordinates of the displayed image.