Retrieves an object that specifies the bounds of a collection of TextRectangle objects.
Syntax
HRESULT getBoundingClientRect( IHTMLRect **pRect );
Parameters
Return Value
Returns S_OK if the function was bound successfully, or an error code otherwise.
Remarks
The method retrieves the left, top, right, or bottom coordinate of the union of rectangles relative to the client's upper-left corner. In Microsoft® Internet Explorer 5, the coordinates of the window's upper-left position are 2, 2 (pixels) with respect to the true client.
See Also
getClientRects