0
I have to trace a line with starting point and ending point,I can do this line if I provide these coordinates by keyboard, but I want to do this by mouse click,the first would be the starting point and the second the end and with the data the algorithm would trace the line,?
It is an application in Windows Forms in C#
You want the coordinate according to the monitor or the component that is clicked?
– Jéf Bueno