Checkout e.Graphics, where 'e' is passed into the OnPaint handler.


Graphics g = e.Graphics;

This is what is generally the first line of a User written OnPaint override.

If you call the...