This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

appendItem

Notes

Remarks

If the newItem item is already in the list, the appendItem method removes the item from its previous list before inserting it into this list. The inserted item is the item itself and not a copy.

Syntax

ISVGTransform retVal = object.appendItem(newItem);

Standards information

See also

Related pages

Attributions