GDI绘制网格

//网格宽300,高600 Bitmap image = new Bitmap(300,600); //建立绘图对象Graphics Graphics graphics = Graphics.FromImage (image); //清除画布,背景颜色为红色 graphics.Clear(Color.Red);
相关文章
相关标签/搜索