如题: Graphics graphic = this.CreateGraphics(); SolidBrush sldbrush = new SolidBrush(Color.Blue); graphic.FillRectangle(sldbrush, new Rectangle(100, 100, 100, 100)); 这个矩形如何存到imagelist.images[0]中呢?
Bitmap bitmap = new Bitmap(100, 100, graphic); this.imageList1.Images.Add(bitmap);
111,098
社区成员
642,554
社区内容
加载中
让您成为最强悍的C#开发者
试试用AI创作助手写篇文章吧