Here is the fastest way to resize the page around shapes

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?
 
P

Paul Herber

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?

That time doesn't seem unreasonable. How does the time vary with the number of shapes?
 
A

AlEdlund

I had a similar set of experiences and had to create something like GeeJay
describes.
al
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top