I am working on a basic drawing application. I want the user to be able to save the contents of the image.

I thought I should use
System.Drawing.Drawing2D.GraphicsState img = drawRegion.CreateGraphics().Save();
but this does not help me for saving to file.
You could try to save the image using this approach