Query or modify the coordinates that define an item.
If no coordinates are specified, this method returns a list
whose elements are the coordinates of the item named by
<EM>tagOrId</EM>.
If coordinates are specified, then they replace the current
coordinates for the named item.
If <EM>tagOrId</EM> refers to multiple items, then
the first one in the display list is used.
<P></P>
<DT><STRONG><A NAME="item_create"><EM>$canvas</EM>-><STRONG>create</STRONG>(<EM>type, x, y, </EM>?<EM>x, y, ...</EM>?, ?<EM>option, value, ...</EM>?)</A></STRONG><BR>
<DD>
Create a new item in <EM>$canvas</EM> of type <EM>type</EM>.
The exact format of the arguments after <STRONG>type</STRONG> depends
on <STRONG>type</STRONG>, but usually they consist of the coordinates for
one or more points, followed by specifications for zero or
more item options.
See the subsections on individual item types below for more