日期:2014-05-19  浏览次数:20830 次

怎么保存winform中picturebox中的图片
我使用摄像头在pictruebox上显示图像,我怎么保存pictruebox上所显示的图像呢?
请各位高手帮我解答,谢谢了。。分不过再加。。。


------解决方案--------------------
pictureBox1.Image.Save(@ "c:\temp\temp.bmp ");
------解决方案--------------------
yourPictureBox.Image.Save( " ");
------解决方案--------------------
可以用directx 来实现对视频的抓图处理。
------解决方案--------------------
pictureBox1.Image.Save(@ "c:\temp\temp.bmp ");
------解决方案--------------------
pictureBox1.Image.Save()