C# CODE ABOUT DRAW LINES

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

PRLED

Guest
hi

i want to make a windows form c# program

please if u can help me to write code

in my software there are 2 lines (first line between A & B points and second line between C & D points)

same image 11609763.jpg

i need a code that

software should automatically find (coordinate of) center point (between A & C point) (for example point of (E))

and find (coordinate of) center point (between B & D point) (for example point of (F))

and automatically draw a line between that new points (E & F)

(same image 2)

1609765.jpg

and

software should automatically find (coordinate of) center point (between A & E point) (for example point of (G))

and find (coordinate of) center point (between B & F point) (for example point of (H))

and automatically draw a line between that new points (G & H)

(same image 3)

1609767.jpg

now there are 2 new lines

i need that software repeat this work to make 10 new lines

this time new line between (A&G AND B&H) AND...

THANKS PLEASE HELP ME

Continue reading...
 
Back
Top