Class SVGPathSegList

SVGPathSegList class

Questa interfaccia definisce un elenco di oggetti SVGPathSeg.

public class SVGPathSegList : SVGListBase<SVGPathSeg>

Costruttori

NomeDescrizione
SVGPathSegList()Inizializza una nuova istanza diSVGPathSegList classe.
SVGPathSegList(IEnumerable<SVGPathSeg>)Inizializza una nuova istanza diSVGPathSegList classe.

Proprietà

NomeDescrizione
Item { get; set; }
Length { get; }
NumberOfItems { get; }

Metodi

NomeDescrizione
AppendItem(SVGPathSeg)
Clear()
Dispose()Rilascia risorse non gestite e, facoltativamente, gestite.
GetEnumerator()
GetItem(ulong)
virtual GetPlatformType()Questo metodo viene utilizzato per recuperare l’oggetto ECMAScriptType .
Initialize(SVGPathSeg)
InsertItemBefore(SVGPathSeg, ulong)
RemoveItem(ulong)
ReplaceItem(SVGPathSeg, ulong)

Guarda anche