Visual Basic 2010 Drawing
How to keep drawing in Visual Basic 2010?
Whenever I draw a line in Visual Basic 2010 in a picturebox, the old drawing disappears. how can I keep all the previous drawings as well as the new one? I am using this code: e.Graphics.DrawLine(Pens.Red, ponit1, point2)
Re: Visual Basic 2010 Drawing
Welcome to VBForums :wave:
Please do not post multiple threads for the same question (copy here).
If you think you have posted in the wrong place, feel free to report your own post (using the triangle icon on the left), or send a PM to a moderator, and we will move it if apt. In this case your question belongs in the Games+Graphics forum, or the VB.Net forum - and Games+Graphics is probably better.
This thread is now closed.