March 2018
Beginner to intermediate
422 pages
10h 33m
English
Objects added to the canvas are called items. New items are added to the canvas using different create methods such as create_line, create_arc, create_oval, create_rectangle, create_polygon, create_text, create_bitmap, and create_image.
Items added to the canvas are placed in a stack. New items are added on top of items already on the canvas. Every time you add an item using one of the various create methods, it returns a unique item handle or an item ID that is a unique integer. This item handle can be used to refer to and manipulate the added item.
In addition to an item handle, items can have the following item specifiers:
Read now
Unlock full access