摘要:
核心代码:Graphics graphics = this.CreateGraphics(); Pen myPen=new Pen(Color.Black, 1); int beginX = 50; int beginY = 65; int height = 35; int width = 50; Point pointX1 = new Point(beginX, beginY); Point pointY1 = new Point(beginX + 210, beginY); Point pointX2 = new Point(beginX, beginY - 45); Point poin 阅读全文