I am using a picture box in "graphics method" mode e.g drawing on it with SetPixel and Line.

Is there anyway (other than using paint event) to refresh the graphics after they have been written over by another window. I cant re-draw the graphics but can I save them and redraw them in a paint event?

Cheers