TfrxLineView

i confuse how to calculate whether i have (x1,y1) to (x2,y2).
It's strange how to use this component..

Example : (100,100) to (200,200);

LineView1.Diagonal := True;
LineView1.Top := 100;
LineView1.Left := 100;
LineView1.Width := 100-200; // or 200-100;
LineView1.Width := 100-200; // or 200-100;

All i got is " always " straight line.

Help me. ;)

Comments

Leave a Comment