in reply to Tk::Canvas createGroup() Undocumented
Hi Ken,
This probably can shed some light, from TK Canvas: Group vs. tags:
For instance, if you tried to rotate a bunch of "tags", they would all + rotate independently; but if they are grouped, you can specify the g +roup center point, where they would rotate around.
So, my guess would be that (0,0) is the group's "handle" point for geometric transformations.
bw, bliako
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Tk::Canvas createGroup() Undocumented
by kcott (Archbishop) on Mar 20, 2021 at 23:49 UTC |