Class SVGPathSegList
SVGPathSegList class
Esta interfaz define una lista de objetos SVGPathSeg.
public class SVGPathSegList : SVGListBase<SVGPathSeg>
Constructores
| Nombre | Descripción |
|---|---|
| SVGPathSegList() | Inicializa una nueva instancia delSVGPathSegList clase. |
| SVGPathSegList(IEnumerable<SVGPathSeg>) | Inicializa una nueva instancia delSVGPathSegList clase. |
Propiedades
| Nombre | Descripción |
|---|---|
| Item { get; set; } | |
| Length { get; } | |
| NumberOfItems { get; } |
Métodos
| Nombre | Descripción |
|---|---|
| AppendItem(SVGPathSeg) | |
| Clear() | |
| Dispose() | Libera recursos no administrados y, opcionalmente, administrados. |
| GetEnumerator() | |
| GetItem(ulong) | |
| virtual GetPlatformType() | Este método se utiliza para recuperar el objeto ECMAScriptType . |
| Initialize(SVGPathSeg) | |
| InsertItemBefore(SVGPathSeg, ulong) | |
| RemoveItem(ulong) | |
| ReplaceItem(SVGPathSeg, ulong) |
Ver también
- class SVGListBase<T>
- class SVGPathSeg
- espacio de nombres Aspose.Html.Dom.Svg.Paths
- asamblea Aspose.HTML