getEnclosureList method

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

Implementation

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