Page 1 of 1

how to rotate shapes in simple graph?

PostPosted: August 1st, 2005, 5:17 pm
by lbc
Hello
is it possibile to rotate a shape in simple graph?

thank you

PostPosted: August 2nd, 2005, 6:46 am
by Kambiz
Hi,

In the current version of SimpleGraph it's not possible. However, I don't know about ExtGraph.

PostPosted: August 2nd, 2005, 7:52 am
by lbc
Hi Kambiz
thank you for your answer and by the way congratulations for your great components

Actually in the SimpleGraph documentation i came across the
procedure RotatePoints(var Points: array of TPoint; const Angle: Extended; const Org: TPoint) maybe could it be used to get the shape rotation?

thank you

PostPosted: August 2nd, 2005, 8:03 am
by Kambiz
It can be used, but it needs a lot of work.

PostPosted: August 2nd, 2005, 11:10 am
by lbc
ok thank you