C#保存PictureBox或Bitmap图片为bmp|png|gif|jpg格式
start
end
Bitmap bmp = new Bitmap(pictureBox1.Width, pictureBox1.Height);
pictureBox1.DrawToBitmap(bmp, new Rectangle(0, 0, pictureBox1.Width, pictureBox1.Height));
bmp.Save("C:\\123.png", System.Drawing.Imaging.ImageFormat.Png);
pictureBox1.DrawToBitmap(bmp, new Rectangle(0, 0, pictureBox1.Width, pictureBox1.Height));
bmp.Save("C:\\123.png", System.Drawing.Imaging.ImageFormat.Png);
我这个博客废弃不用了,今天想寻找外链的时候,突然想到这个博客权重很高。
有需要免费外链的,留言即可,我准备把这个博客变成免费的友情链接站点。