I'm drawing a rectangle on a graphics surface using Graphics.DrawRectangle method. I want to be able to change the size of it several times, programmatically. What is the best way to get rid of the old size on the graphics object, before drawing it's new size???
Please help
