List<Rectangle> getClientRects( )

Returns a list of bounding rectangles for each box associated with this element.

Other resources

Source

/**
 * Returns a list of bounding rectangles for each box associated with this
 * element.
 *
 * ## Other resources
 *
 * * [Element.getClientRects]
 * (https://developer.mozilla.org/en-US/docs/Web/API/Element.getClientRects)
 * from MDN.
 * * [The getClientRects() method]
 * (http://www.w3.org/TR/cssom-view/#the-getclientrects-and-getboundingclientrect-methods)
 * from W3C.
 */
@DomName('Element.getClientRects')
@DocsEditable()
List<Rectangle> getClientRects() => _blink.BlinkElement.instance.getClientRects_Callback_0_(unwrap_jso(this));