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