removeItem method
Removes an existing item from the list.
![]() ![]() |
Syntax
ISVGTransform retVal = object.removeItem(index);
Parameters
- index [in]
-
Type: long
The index of the item to remove. The first item is number 0.
Standards information
- Scalable Vector Graphics: Basic Data Types and Interfaces, Section 4.5.4
See also
Show:

