convertRectFromNode method

DOMQuad convertRectFromNode(
  1. DOMRectReadOnly rect,
  2. dynamic from, [
  3. ConvertCoordinateOptions? options
])

Implementation

DOMQuad convertRectFromNode(DOMRectReadOnly rect, dynamic from,
        [ConvertCoordinateOptions? options]) =>
    js_util.callMethod(this, 'convertRectFromNode', [rect, from, options]);