Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
ChingYen  
#1 Posted : Monday, May 2, 2011 4:36:20 PM(UTC)
ChingYen

Rank: Advanced Member

Groups: Member
Joined: 3/3/2008(UTC)
Posts: 185

Thanks: 8 times
Hi,

If I have a few selected VObjects, and I would like to programmatically resize them (not the new size for each of them, but, the size of the "total selection"). Is that possible? Or any method we can tell what is the new correct size for each of the VObjects and resize them accordingly.

Please advise.

Dmitry.Obukhov  
#2 Posted : Tuesday, May 3, 2011 2:04:42 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Ching-Yen,

Unfortunately, it not possible to implement it programmatically. You can select each object only, and then resize it using scale method:

Code:
 rectangle.Transform.Scale(0.2f, 0.3f);
Best regards,

Dmitry Obukhov

Technical Support. Aurigma, Inc.

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.