How to draw lines in C#? (about offside football)

  • Thread starter Thread starter PRLED
  • Start date Start date
P

PRLED

Guest
hello

I want to display the offside virtual line on the football field in my C# software. I will draw many lines inside a picturebox (this is simple) but I want all lines be hidden when run program and when I do right-click mouse anywhere inside the picturebox program should automatically show only one line that I clicked on mouse location in picturebox.


I wrote this code but I know it's wrong and just paint like pen in the picturebox

(I could not attach image < because I am not verified here yet)


please help me ,thanks

Continue reading...
 
Back
Top