getIntersectionList method

  1. @DomName('SVGSVGElement.getIntersectionList')
  2. @DocsEditable()
  3. @Returns('NodeList|Null')
  4. @Creates('NodeList')
List<Node> getIntersectionList (Rect rect, SvgElement referenceElement)

Implementation

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