|
can't get the graphics to clear with dispose()
Don't use dispose to clear graphics.
Set up your painting methods to draw the current state of its enclosing class (the graphic component). Control the state of this class from your event code in this and/or other classes.
|