SVGTransformList Class
SVGTransformList class
This interface defines a list of SVGTransform objects.
public class SVGTransformList : SVGListBase<SVGTransform>
Constructors
| Name | Description |
|---|---|
| SVGTransformList() | Initializes a new instance of the SVGTransformList class. |
| SVGTransformList(IEnumerable<SVGTransform>) | Initializes a new instance of the SVGTransformList class. |
Properties
| Name | Description |
|---|---|
| [getItem] | |
| [setItem] | |
| getLength | |
| getNumberOfItems |
Methods
| Name | Description |
|---|---|
| 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
- class SVGListBase<T>
- class SVGTransform
- package com.aspose.html.dom.svg.datatypes
- package Aspose.HTML