SVGPathSegList class

SVGPathSegList class

This interface defines a list of SVGPathSeg objects.

Inheritance: SVGPathSegListSVGValueTypeDOMObject

The SVGPathSegList type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the SVGPathSegList class.
initConstructs a new instance of SVGPathSegList

Properties

PropertyDescription
length
number_of_items

Indexer

NameDescription
[index]

Methods

MethodDescription
get_platform_typeThis method is used to retrieve ECMAScript object Type.
clear
initialize
get_item
insert_item_before
replace_item
remove_item
append_item

See Also