Saving System.Drawing.Graphics to a png or bmp
- by Old Man
I have a Graphics object that I've drawn on the screen and I need to save it to a png or bmp file. Graphics doesn't seem to support that directly, but it must be possible somehow.
What are the steps?