'getClientRects()' Syntax, Parameters and Note : getClientRects « Javascript Methods « JavaScript Reference





'getClientRects()' Syntax, Parameters and Note

Note:

Returns a TextRectangle object for the element's boundaries.
    
Syntax:
    
textRangeName.getClientRects()
document.all.elementID.getClientRects()

    

      
      










Related examples in the same category

1.'getClientRects()' Example
2.'getClientRects()' is applied to