在给定项目句柄的情况下获取 Canvas 小部件上项目的当前坐标?

Get the current coordinates of an item on a Canvas widget given its item handle?

通过阅读文档 (http://effbot.org/tkinterbook/canvas.htm#reference),在我看来似乎没有办法做到这一点。只是想确定我没有弄错。 (例如,如果要进行边界检查,则必须在程序中内部存储各种项目的坐标。[例如,在移动椭圆之前检查它不会撞到墙上,用一条线表示)当前canvas,也存储了坐标信息。])

使用coords方法:

coords = the_canvas.coords(item_id)