Component.setExtents
bool setExtents(int x, int y, int width, int height, atk.types.CoordType coordType)Sets the extents of component.
Parameters
x | x coordinate |
y | y coordinate |
width | width to set for component |
height | height to set for component |
coordType | specifies whether the coordinates are relative to the screen or to the components top level window |
Returns
true or false whether the extents were set or not