greatverve
start
Bitmap bmp = new Bitmap(pictureBox1.Width, pictureBox1.Height);
pictureBox1.DrawToBitmap(bmp, 
new Rectangle(00, pictureBox1.Width, pictureBox1.Height));
bmp.Save(
"C:\\123.png", System.Drawing.Imaging.ImageFormat.Png);
end

分类:

技术点:

相关文章: