Instruction set reference
HIPE_OP_GEOMETRY_RETURN
The display server sends this instruction out to a client application in reply to a request for geometry information. For example, a HIPE_OP_GET_GEOMETRY or HIPE_OP_GET_SCROLL_GEOMETRY request.
- location: The element for which geometry information was requrested.
- arg[0]: left edge co-ordinate in pixels
- arg[1]: top edge co-ordinate in pixels
- arg[2]: width in pixels
- arg[3]: height in pixels
Notes
When the requested information is scroll geometry on a scrollable element, the left and top co-ordinates relate to the visible edges of the scrollable content relative to the edge of the scrollable element, while the width and height relate to the total dimensions of the scrollable content inside the scrollable element.