1. DomName('SVGSVGElement.checkIntersection')
  2. DocsEditable()
bool checkIntersection(SvgElement element, Rect rect)

Source

@DomName('SVGSVGElement.checkIntersection')
@DocsEditable()
bool checkIntersection(SvgElement element, Rect rect) => _blink.BlinkSVGSVGElement.instance.checkIntersection_Callback_2_(unwrap_jso(this), unwrap_jso(element), unwrap_jso(rect));