2010-03-05 18 views

回答

0

想必你有一個位圖顯示在PictureBox的?如果是這樣,那就這樣做:

Bitmap bmp = (Bitmap)myPictureBox.Image; 
bmp.Save("\My Documents\My Pictures\image.jpg", System.Drawing.Imaging.ImageFormat.Jpeg);