Class SVGPointList
Namespace: Aspose.Svg.DataTypes
Assembly: Aspose.SVG.dll (25.12.0)
This interface defines a list of SVGPoint objects.
[ComVisible(true)]
[DOMObject]
[DOMName("SVGPointList")]
public class SVGPointList : SVGListBase<SVGPoint>, INotifyPropertyChanged, IDisposable, IEnumerable<SVGPoint>, IEnumerableInheritance
object ← DOMObject ← SVGValueType ← SVGListBase<SVGPoint> ← SVGPointList
Implements
INotifyPropertyChanged , IDisposable , IEnumerable<SVGPoint> , IEnumerable
Inherited Members
SVGListBase<SVGPoint>.Clear() , SVGListBase<SVGPoint>.Initialize(SVGPoint) , SVGListBase<SVGPoint>.GetItem(ulong) , SVGListBase<SVGPoint>.InsertItemBefore(SVGPoint, ulong) , SVGListBase<SVGPoint>.ReplaceItem(SVGPoint, ulong) , SVGListBase<SVGPoint>.RemoveItem(ulong) , SVGListBase<SVGPoint>.AppendItem(SVGPoint) , SVGListBase<SVGPoint>.GetEnumerator() , SVGListBase<SVGPoint>.Dispose(bool) , SVGListBase<SVGPoint>.this[ulong] , SVGListBase<SVGPoint>.Length , SVGListBase<SVGPoint>.NumberOfItems , SVGValueType.Dispose() , SVGValueType.Dispose(bool) , DOMObject.GetPlatformType() , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Methods
ToString()
Returns a System.String that represents this instance.
public override string ToString()Returns
A System.String that represents this instance.
See Also
SVGListBase <T>