图形转换为图像在C#
问题描述:
如何图形转换为图像?
答
您以绘制图形所需要的图像,所以你可能已经有了图片:
You need an Image in order to draw your Graphics on, so you probably already have the image:
Graphics g = Graphics.FromImage(image);