Graphics这个没有了么?? 这里不是很清楚么??还有注释呢。。 public sealed class Graphics : MarshalByRefObject, IDeviceContext, IDisposable 这个是那东西的定义。。简单理解成是你要在上面画画的对象就行了 这个不用出现在代码里面啊。。。。 System.Drawing.Pen myPen = new System.Drawing.Pen(System.Drawing.Color.Red);//画笔 对象 System.Drawing.SolidBrush myBrush = new System.D