getBoundingClientRect method

[This documentation is preliminary and is subject to change.]

Retrieves an object that specifies the bounds of a collection of TextRectangle objects.

Syntax

IHTMLRect retVal = object.getBoundingClientRect();

Standards information

There are no standards that apply here.

Parameters

This method has no parameters.

Remarks

This method retrieves an object that exposes the left, top, right, and bottom coordinates of the union of rectangles relative to the client's upper-left corner.

In Microsoft Internet Explorer 5, the window's upper-left is at 2,2 (pixels) with respect to the true client.

 

 

Build date: 6/12/2012