Draw the graphics onto a bitmap object. And then set the form's image property = the bitmap.

Et voila, persistent graphics.

It took me ages to work out how to do that and I hated .net because it had no autoredraw. But it actually promotes better programming practices imo.