My original question:
I\'m creating a simple drawing application and need to be able to draw over existing, previously drawn content in my d
d
It is fairly common to draw everything in an offscreen image, and simply display this image when drawing the screen. You can read: Creating a Bitmap Graphics Context.