SVGPathSegList Class

SVGPathSegList class

This interface defines a list of SVGPathSeg objects.

public class SVGPathSegList : SVGListBase<SVGPathSeg>

Constructors

NameDescription
SVGPathSegList()Initializes a new instance of the SVGPathSegList class.
SVGPathSegList(IEnumerable<SVGPathSeg>)Initializes a new instance of the SVGPathSegList class.

Properties

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

Methods

NameDescription
AppendItem(SVGPathSeg)
Clear()
Dispose()Releases unmanaged and - optionally - managed resources.
GetEnumerator()
GetItem(ulong)
virtual GetPlatformType()This method is used to retrieve the ECMAScript object .
Initialize(SVGPathSeg)
InsertItemBefore(SVGPathSeg, ulong)
RemoveItem(ulong)
ReplaceItem(SVGPathSeg, ulong)

See Also