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 |
|---|---|
| Item { get; set; } | |
| Length { get; } | |
| NumberOfItems { get; } |
Methods
| Name | Description |
|---|---|
| AppendItem(SVGPathSeg) | |
| Clear() | |
| Dispose() | Releases unmanaged and - optionally - managed resources. |
| GetEnumerator() | |
| GetItem(ulong) | |
| virtual GetPlatformType() | This method is used to retrieve the ECMAScript object Type. |
| Initialize(SVGPathSeg) | |
| InsertItemBefore(SVGPathSeg, ulong) | |
| RemoveItem(ulong) | |
| ReplaceItem(SVGPathSeg, ulong) |
See Also
- class SVGListBase<T>
- class SVGPathSeg
- namespace Aspose.Svg.Paths
- assembly Aspose.SVG