initialize method
[This documentation is preliminary and is subject to change.]
Clears current items from the list and re-initializes the list to contain the specified item.
![]() ![]() |
Syntax
ISVGTransform retVal = object.initialize(newItem);
Standards information
- Scalable Vector Graphics: Basic Data Types and Interfaces, Section 4.5.4
Parameters
newItem [in]
Type: ISVGTransformThe item to become the only member of the list.
Remarks
If the inserted item is already in the list, the initialize method removes the item from its previous list before it is inserted into this list. The inserted item is the item itself and not a copy.
Build date: 1/26/2012
.png)
.png)