Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides properties and methods for a list of SVGPoint objects.
Members
The ISVGPointList interface inherits from the IDispatch interface. ISVGPointList also has these types of members:
- Methods
- Properties
Methods
The ISVGPointList 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 ISVGPointList interface has these properties.
| Property | Access type | Description |
|---|---|---|
Read/write |
Gets or sets the number of items in a list. |
Remarks
The ISVGPointList interface has the same attributes and methods as other ISVGxxxList interfaces. Consider using a single base class to implement the various ISVGxxxList 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 |