Tkinter canvas item placing coordinate system

Viewed 66

Can someone explain the coordinate system that tkinter shapes use on a tkinter Canvas? I don't understand many of the coordinates. Thanks.

EDIT: Could someone clarify this: A line uses (x0, y0, x1, y1), the starting and ending points. Rectangles, ovals, images, and text use (x1, y1, x2, y2), the top-left and bottom-right corners. And also, what does an arc use?

0 Answers
Related