Class SVGLengthList
Namespace: Aspose.Svg.DataTypes
Assembly: Aspose.SVG.dll (25.12.0)
This interface defines a list of SVGLength objects.
[ComVisible(true)]
[DOMObject]
[DOMName("SVGLengthList")]
public class SVGLengthList : SVGListBase<SVGLength>, INotifyPropertyChanged, IDisposable, IEnumerable<SVGLength>, IEnumerableInheritance
object ← DOMObject ← SVGValueType ← SVGListBase<SVGLength> ← SVGLengthList
Implements
INotifyPropertyChanged , IDisposable , IEnumerable<SVGLength> , IEnumerable
Inherited Members
SVGListBase<SVGLength>.Clear() , SVGListBase<SVGLength>.Initialize(SVGLength) , SVGListBase<SVGLength>.GetItem(ulong) , SVGListBase<SVGLength>.InsertItemBefore(SVGLength, ulong) , SVGListBase<SVGLength>.ReplaceItem(SVGLength, ulong) , SVGListBase<SVGLength>.RemoveItem(ulong) , SVGListBase<SVGLength>.AppendItem(SVGLength) , SVGListBase<SVGLength>.GetEnumerator() , SVGListBase<SVGLength>.Dispose(bool) , SVGListBase<SVGLength>.this[ulong] , SVGListBase<SVGLength>.Length , SVGListBase<SVGLength>.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>