SVGPointList Class
SVGPointList class
This interface defines a list of SVGPoint objects.
public class SVGPointList : SVGListBase<SVGPoint>
Properties
Name | Description |
---|---|
[getItem] | |
[setItem] | |
getLength | |
getNumberOfItems |
Methods
Name | Description |
---|---|
appendItem(SVGPoint) | |
clear() | |
dispose() | Releases unmanaged and - optionally - managed resources. |
getEnumerator() | |
getItem(ulong) | |
getPlatformType() | This method is used to retrieve the ECMAScript object . |
initialize(SVGPoint) | |
insertItemBefore(SVGPoint, ulong) | |
removeItem(ulong) | |
replaceItem(SVGPoint, ulong) | |
toString() | Returns a String that represents this instance. |
See Also
- class SVGListBase<T>
- class SVGPoint
- package com.aspose.html.Dom.Svg.DataTypes
- package Aspose.HTML