Hi, can anybody give me some suggestion on how to resize a polygon proportionately? for example, if a triangle needs to be enlarged by 20%, is there any method rather than doing mathematical calculation. I'm drawing the polygon using GraphicPath method with the points of the polygon kept in an Point[].
Thanks for any help.