Hi,
I would like to draw in C# with the mouse, like if the mouse were a pen. I am trying with Graphics class, using DrawLines method receiving an array of points as parameter.
Do you think this is the better option, or do yo know if is there another easy way to do it?
Thanks in advance
Regards.