You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When insert, I would draw a rectangle, after this action is done, I hope a point could be drew automatically in the bottom left corner of this rectangle.
After insertion is done, it's visualization phase. No matter how I move/resize the rectangle, the point should always in the bottom left corner of this rectangle. But I should be able to slide the point on the bottom line of the rectangle.
Above operation involves communication between groupItems, since point needs to know the coordinates of rectangle to draw. However, in current code, it seems even for groupItems, each item is isolated. How could I make two items interact and communicate in current framework.
The text was updated successfully, but these errors were encountered:
My groupItems has two items: rectangle and point
Above operation involves communication between groupItems, since point needs to know the coordinates of rectangle to draw. However, in current code, it seems even for groupItems, each item is isolated. How could I make two items interact and communicate in current framework.
The text was updated successfully, but these errors were encountered: