G
geejay
Hi
After (some) experimentation, I have found the quickest way to resize a page
around it's shapes is the following (.NET API):
1. Find out the border (thanks JuneTheSecond)
-Using a selection and DrawRegion
2. Move all the shapes
-By grouping, and moving the group shape
Takes 0.406 seconds for 59 shapes.
I was sort of hoping for something a bit faster.
Any ideas?
After (some) experimentation, I have found the quickest way to resize a page
around it's shapes is the following (.NET API):
1. Find out the border (thanks JuneTheSecond)
-Using a selection and DrawRegion
2. Move all the shapes
-By grouping, and moving the group shape
Takes 0.406 seconds for 59 shapes.
I was sort of hoping for something a bit faster.
Any ideas?