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
[getItem]
[setItem]
getLength
getNumberOfItems

Methods

NameDescription
appendItem(SVGPathSeg)
clear()
dispose()Releases unmanaged and - optionally - managed resources.
getEnumerator()
getItem(ulong)
getPlatformType()This method is used to retrieve the ECMAScript object .
initialize(SVGPathSeg)
insertItemBefore(SVGPathSeg, ulong)
removeItem(ulong)
replaceItem(SVGPathSeg, ulong)

See Also