Use a Bitmap object as the backing store for the graphics. Assign this Bitmap to PictureBox1.Image. Draw on this Bitmap using a Graphics object.
Since the PictureBox1.Image will now contain the drawn content, saving the PictureBox1.Image directly will resolve the issue.