- @DomName('SVGSVGElement.getIntersectionList')
- @DocsEditable()
Source
@DomName('SVGSVGElement.getIntersectionList')
@DocsEditable()
List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) =>
(_blink.BlinkSVGSVGElement.instance
.getIntersectionList_Callback_2_(this, rect, referenceElement));