Hello there,
I'm trying to get the bounds for, say, 4 rectangles on screen, just as if they were a group, but they're not, they're separate elements, just selected together.
I can get the bounds of all of them separately, then get the highest and lowest values, and find the rectangle enclosing them.
I could also just group them together, get the bounds for the group and then remove them from the group, but this feels a bit too clumsy to me.
How would you do this, is there any easier way?
Thanks!