SVGTransformList Class
Contents
[
Hide
]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 |
|---|---|
| Item { get; set; } | |
| Length { get; } | |
| NumberOfItems { get; } |
Methods
| Name | Description |
|---|---|
| AppendItem(SVGTransform) | |
| Clear() | |
| Dispose() | Releases unmanaged and - optionally - managed resources. |
| GetEnumerator() | |
| GetItem(ulong) | |
| virtual GetPlatformType() | This method is used to retrieve the ECMAScript object Type. |
| Initialize(SVGTransform) | |
| InsertItemBefore(SVGTransform, ulong) | |
| RemoveItem(ulong) | |
| ReplaceItem(SVGTransform, ulong) | |
| override ToString() | Returns a String that represents this instance. |
See Also
- class SVGListBase<T>
- class SVGTransform
- namespace Aspose.Html.Dom.Svg.DataTypes
- assembly Aspose.HTML