Pen myPen = new Pen(Color.White, 4);
g.DrawRectangle(myPen, 0, 0, this.Width, this.Height);
我画矩形的代码这样写 为什么每次矩形都不全的
WinFormC#