get_extents


Description:

public Rect get_extents (CoordType ctype) throws Error

Gets the bounding box 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 Rect giving the accessible's extents.