SolidBrush m = new SolidBrush(Color.Red); Graphics g = this.CreateGraphics(); g.FillEllipse(m, new Rectangle(0, 0, 100, 100));
什么意思啊 怎么显示啊