ISVGPathSegList interface

Defines a list of SVGPathSeg objects.

Members

The ISVGPathSegList interface inherits from the IDispatch interface. ISVGPathSegList also has these types of members:

  • Methods
  • Properties

Methods

The ISVGPathSegList interface has these methods.

Method Description
ISVGTransformList::appendItem

Inserts a new item at the end of the list.

ISVGTransformList::clear

Clears all existing items from the list, which creates an empty list.

ISVGTransformList::getItem

Returns the specified item from a list.

ISVGTransformList::initialize

Clears current items from the list and re-initializes the list to contain the specified item.

ISVGTransformList::insertItemBefore

Inserts a new item into a list at a specified position.

ISVGTransformList::removeItem

Removes an existing item from the list.

ISVGTransformList::replaceItem

Replaces a specified existing item in the list with a specified new item.

 

Properties

The ISVGPathSegList interface has these properties.

Property Access type Description

ISVGTransformList::numberOfItems

Read/write

Gets or sets the number of items in a list.

 

Remarks

An SVGPathSegList object has the same attributes and methods as other SVGxxxList interfaces. Consider using a single base class to implement the various SVGxxxList interfaces.

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch