Right now I'm drawing multiple things to a form using a graphics object. Because of this, I've got a bit of flickering. I figure I can get rid of the flickering if I can create an offscreen graphics object with mostly the same properties as the form one. How can I do this? Thanks.