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