ISVGTransformList interface
Provides method for maintaining an ordered list of transforms.
Members
The ISVGTransformList interface inherits from the IDispatch interface. ISVGTransformList also has these types of members:
Methods
The ISVGTransformList 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::consolidate |
Consolidates a transform list into a single transform. |
| ISVGTransformList::createSVGTransformFromMatrix |
Creates a matrix transform object whose values are given by the specified matrix. |
| 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 ISVGTransformList interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read/write |
Gets or sets the number of items in a list. |
Requirements
|
Minimum supported client |
Windows Vista with SP1, Windows 7 |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also