|
|
|
|
The Canvas Line Item
Back Next
- create_line(x0, y0, x1, y1, ..., xn, yn, options...) =>
id
-
Create a line item.
- delete(item)
-
Delete a line item.
- coords(item, x0, y0, x1, y1, ..., xn, yn)
-
Change the coordinates for one or more line items.
- itemconfigure(item, options...)
-
Change the options for one or more line items.
Back Next
|