Class SVGPathSegList
SVGPathSegList class
Questa interfaccia definisce un elenco di oggetti SVGPathSeg.
public class SVGPathSegList : SVGListBase<SVGPathSeg>
Costruttori
| Nome | Descrizione |
|---|---|
| SVGPathSegList() | Inizializza una nuova istanza diSVGPathSegList classe. |
| SVGPathSegList(IEnumerable<SVGPathSeg>) | Inizializza una nuova istanza diSVGPathSegList classe. |
Proprietà
| Nome | Descrizione |
|---|---|
| Item { get; set; } | |
| Length { get; } | |
| NumberOfItems { get; } |
Metodi
| Nome | Descrizione |
|---|---|
| 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
- class SVGListBase<T>
- class SVGPathSeg
- spazio dei nomi Aspose.Html.Dom.Svg.Paths
- assemblea Aspose.HTML