getItem method

DOMPoint getItem(
  1. int index
)

The getItem() method of the SVGPointList interface gets one item from the list at the specified index.

Implementation

external DOMPoint getItem(int index);