I am working on a basic drawing application. I want the user to be able to save the contents of the image.
You can try with this code
Image.Save("myfile.png", ImageFormat.Png)
Link : http://msdn.microsoft.com/en-us/library/ms142147.aspx