SVGTransformList Class

SVGTransformList class

This interface defines a list of SVGTransform objects.

public class SVGTransformList : SVGListBase<SVGTransform>

Constructors

NameDescription
SVGTransformList()Initializes a new instance of the SVGTransformList class.
SVGTransformList(IEnumerable<SVGTransform>)Initializes a new instance of the SVGTransformList class.

Properties

NameDescription
[getItem]
[setItem]
getLength
getNumberOfItems

Methods

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

See Also