C#如何建一个BMp图片,让他的背景颜色,我可设定的?如红色,等
C#如何建一个BMp图片,让他的背景颜色,我可设定的?如红色,等
Bitmap Image = new Bitmap(1024, 768, PixelFormat.Format24bppRgb );
[解决办法]
GOOGLE一下GDI Clear COLOR
发布时间: 2012-02-22 19:36:55 作者: rapoo
C#如何建一个BMp图片,让他的背景颜色,我可设定的?如红色,等
C#如何建一个BMp图片,让他的背景颜色,我可设定的?如红色,等
Bitmap Image = new Bitmap(1024, 768, PixelFormat.Format24bppRgb );
[解决办法]
GOOGLE一下GDI Clear COLOR