Class SVGPointList

Class SVGPointList

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

Esta interfaz define una lista de objetos SVGPoint.

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

Inheritance

object DOMObject SVGValueType SVGListBase SVGPointList

Implements

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

Miembros heredados

SVGListBase.Clear() ,y, SVGListBase.Initialize(SVGPoint) ,y, SVGListBase.GetItem(ulong) ,y, SVGListBase.InsertItemBefore(SVGPoint, ulong) ,y, SVGListBase.ReplaceItem(SVGPoint, ulong) ,y, SVGListBase.RemoveItem(ulong) ,y, SVGListBase.AppendItem(SVGPoint) ,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