c# picturebox 保存图片

Bitmap bitmap = this.PictureBox1.Image;

bitmap.Save(C:\abc.bmp)