Rank: Advanced Member
Groups: Guest
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.
|
|
|
|
Rank: Advanced Member
Groups: Guest
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.
|
|
|
|
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.