-
Line
Hi all!
I want to nake my program recognize straight line like an object.
For exmaple: I drawn a line from (0, 0) to (300, 700) and after I insert this picture into my program and the program outputs the start and the end point of the line( (0, 0) and (300, 700) ).
Please, help me. I really need it.
Thanks!
-
Well, if you're just drawing the line using the Line function (not the Line object) just save the coordinates in some variables so your program will remember them later... there's no other way to do it :)