Hi All,
Is it possible to bend a graphics path string so that the string looks like an arc or even a circle. Like the image attached.
Thanks
Loftty
Printable View
Hi All,
Is it possible to bend a graphics path string so that the string looks like an arc or even a circle. Like the image attached.
Thanks
Loftty
Kind of, althrough you have to do it all manually. I never really got around to finishing it off neatly but it does work...
http://www.vbforums.com/showthread.php?t=379067
Thats in VB code by the way (I wrote that a long while ago before I abandoned VB for ever :D). Shouldn't take you long to port it.
Hi,
I have had a play with the code you sent me but have ahd no luck, so I have given up on this topic for a while, but I do have another small problem, in the code attached I draw a string to a picture box by clicking the button then when I enter text into the textbox the string changes. the small problem is that when I first change the text the string moves out of positiion a little bit, why is this?
Thanks
Loftty