本文介绍了如何使用Savefiledialog选项从我的文档文件夹中的Picturebox保存图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所以,我的图片框中有一个bmp格式的图片,我想用jpg格式将它保存到我的文件夹中,使用savefiledialog选项。任何人都可以帮我解决这些问题吗?谢谢

So, i have an image in my picturebox in bmp format and i want to save it in jpg format to my documents folder using savefiledialog option. Can anyone help me with the code pls? Thanks

推荐答案


这篇关于如何使用Savefiledialog选项从我的文档文件夹中的Picturebox保存图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-12 00:58