SVGLengthList Class
SVGLengthList class
This interface defines a list of SVGLength objects.
public class SVGLengthList : SVGListBase<SVGLength>
Properties
Name | Description |
---|---|
Item { get; set; } | |
Length { get; } | |
NumberOfItems { get; } |
Methods
Name | Description |
---|---|
AppendItem(SVGLength) | |
Clear() | |
Dispose() | Releases unmanaged and - optionally - managed resources. |
GetEnumerator() | |
GetItem(ulong) | |
virtual GetPlatformType() | This method is used to retrieve ECMAScript object Type. |
Initialize(SVGLength) | |
InsertItemBefore(SVGLength, ulong) | |
RemoveItem(ulong) | |
ReplaceItem(SVGLength, ulong) | |
override ToString() | Returns a String that represents this instance. |
See Also
- class SVGListBase<T>
- class SVGLength
- namespace Aspose.Svg.DataTypes
- assembly Aspose.SVG