What is the difference between ActiveSelection and Group? #10103
Unanswered
vaynevayne
asked this question in
Q&A
Replies: 1 comment
-
No is unrelated. You have to look in the transformPoint utilty and the obect's calcTransformMatrix method and learn about sending a point from plane to another. There are utilities that simplify the process overall. You could also look at getCoords method of the rectangles that can be useful too |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want a group of rectangles to move, scale, rotate, and get the coordinates of the rectangles after operation.
When I use Group scaling, I need to calculate the rect. left top width based on the group.scale and the Group center point, which is very troublesome.
I wonder if using ActiveSelection can simplify this process?
Beta Was this translation helpful? Give feedback.
All reactions