SVGPointList Class

SVGPointList class

This interface defines a list of SVGPoint objects.

public class SVGPointList : SVGListBase<SVGPoint>

Properties

NameDescription
[getItem]
[setItem]
getLength
getNumberOfItems

Methods

NameDescription
appendItem(SVGPoint)
clear()
dispose()Releases unmanaged and - optionally - managed resources.
getEnumerator()
getItem(ulong)
getPlatformType()This method is used to retrieve the ECMAScript object .
initialize(SVGPoint)
insertItemBefore(SVGPoint, ulong)
removeItem(ulong)
replaceItem(SVGPoint, ulong)
toString()Returns a String that represents this instance.

See Also