- @DomName('SVGSVGElement.getIntersectionList')
- @DocsEditable()
- @Returns('NodeList|Null')
- @Creates('NodeList')
Source
@DomName('SVGSVGElement.getIntersectionList') @DocsEditable() @Returns('NodeList|Null') @Creates('NodeList') List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) native;