SVGLengthList Class

SVGLengthList class

This interface defines a list of SVGLength objects.

public class SVGLengthList : SVGListBase<SVGLength>

Properties

NameDescription
[getItem]
[setItem]
getLength
getNumberOfItems

Methods

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

See Also