Apperance width

vineethpaliath

New member
Joined
Dec 7, 2009
Messages
2
Hi,
i have a issue with change the appearance width of rectangle, that is if the rectangle rotation is 0 degree change its original width, else if the rectangle is rotated in 90 degree then change its original height,

Rectangle height=100 width=50 and its rotation angle is 90 degree with center point, now i need to change the appearance width =appearancewidth*2, so how can calculate this with angle

please help me
Thanks in advance
 
Hi,

Thank you for your reply,

but the transformbounds will return the bounding box size, that will not suitable for my situation, that is Rectangle height=100 width=50 and its rotation angle is 90 degree with center point, now i need to change the appearance width =appearancewidth*2, so the original width is same(100) but the original height should change from 50 to 100,

appearance width=50 (based on angle)
appearance width=appearance width * 2
appearance width=50 * 2
appearance width=100

how can calculate this with angle
 
You were told at other site that your question is UNCLEAR...it is still UNCLEAR...
 
Top