I made a paint program, and the drawing content (from System.Drawing) is drawn on the panel. I attempted this method to do a simple save for now, and I only get a blank imag
I would skip using the panel it's not designed for graphics as much as the ImageBox is - move on to that and then you can save the contents easily.
UPDATE PictureBox. I haven't used WinForms for a while :D