SVGPathSegList

SVGPathSegList()

Initializes a new instance of the SVGPathSegList class.

public SVGPathSegList()

See Also


SVGPathSegList(IEnumerable<SVGPathSeg>)

Initializes a new instance of the SVGPathSegList class.

public SVGPathSegList(IEnumerable<SVGPathSeg> enumerable)
ParameterTypeDescription
enumerableIEnumerable`1The enumerable.

See Also