getBoundingClientRect method
Retrieves an object that specifies the bounds of a collection of TextRectangle objects.
Syntax
TextRectangle retVal = object.getBoundingClientRect();
Parameters
This method has no parameters.
Standards information
There are no standards that apply here.
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.