Class SVGLengthList

Class SVGLengthList

Nombre del espacio: Aspose.Html.Dom.Svg.DataTypes Colección: Aspose.HTML.dll (25.4.0)

Esta interfaz define una lista de objetos SVGLength.

[ComVisible(true)]
[DOMName("SVGLengthList")]
[DOMObject]
public class SVGLengthList : SVGListBase<svglength>, INotifyPropertyChanged, IDisposable, IEnumerable<svglength>, IEnumerable

Inheritance

object DOMObject SVGValueType SVGListBase SVGLengthList

Implements

INotifyPropertyChanged ,y, IDisposable ,y, IEnumerable ,y, IEnumerable

Miembros heredados

SVGListBase.Clear() ,y, SVGListBase.Initialize(SVGLength) ,y, SVGListBase.GetItem(ulong) ,y, SVGListBase.InsertItemBefore(SVGLength, ulong) ,y, SVGListBase.ReplaceItem(SVGLength, ulong) ,y, SVGListBase.RemoveItem(ulong) ,y, SVGListBase.AppendItem(SVGLength) ,y, SVGListBase.GetEnumerator() ,y, SVGListBase.Dispose(bool) ,y, SVGListBase.this[ulong] ,y, SVGListBase.Length ,y, SVGListBase.NumberOfItems ,y, SVGValueType.Dispose() ,y, SVGValueType.Dispose(bool) ,y, DOMObject.GetPlatformType() ,y, object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()

Methods

ToString()

Retorna un Sistema.String que representa esta instancia.

public override string ToString()

Returns

string

Un sistema.String que representa esta instancia.

Ver también

SVGListBase

 Español