I am using line function to draw line in the picturebox from the x1,y1 to x2,y2. I can draw it, but I also want to write a string on top of the line.
My application is drawing a cable across with corresponded voltage,
Something like
110
-------------------------------------------
but the line will not be straight for most of the time.
If I can, I would like to be able to write string to give the information about that line.
Also, can I modify my line into something like wave? since the cable need to be flexible... but.. if I can't, I can pass on that, as long as the text is written.
Thanks