Picturebox1.Invalidate gets called a lot in my program and it makes my circles disappear. There is never more than 3 circles drawn at one time.
I was thinking the easiest and less expensive way of doing it is remembering the x y coordinates of the previous three circles and every time the picturebox1.invalidate gets called, redraw the circles at the saved coordinates.
Anybody know how I could do that or think of another way?
I was thinking the easiest and less expensive way of doing it is remembering the x y coordinates of the previous three circles and every time the picturebox1.invalidate gets called, redraw the circles at the saved coordinates.
Anybody know how I could do that or think of another way?