SVGPathSegList Class
SVGPathSegList class
This interface defines a list of SVGPathSeg objects.
public class SVGPathSegList : SVGListBase<SVGPathSeg>
Constructors
| Name | Description |
|---|---|
| SVGPathSegList() | Initializes a new instance of the SVGPathSegList class. |
| SVGPathSegList(IEnumerable<SVGPathSeg>) | Initializes a new instance of the SVGPathSegList class. |
Properties
| Name | Description |
|---|---|
| [getItem] | |
| [setItem] | |
| getLength | |
| getNumberOfItems |
Methods
| Name | Description |
|---|---|
| appendItem(SVGPathSeg) | |
| clear() | |
| dispose() | Releases unmanaged and - optionally - managed resources. |
| getEnumerator() | |
| getItem(ulong) | |
| getPlatformType() | This method is used to retrieve the ECMAScript object . |
| initialize(SVGPathSeg) | |
| insertItemBefore(SVGPathSeg, ulong) | |
| removeItem(ulong) | |
| replaceItem(SVGPathSeg, ulong) |
See Also
- class SVGListBase<T>
- class SVGPathSeg
- package com.aspose.html.dom.svg.paths
- package Aspose.HTML