摘要:
1: public Form1() 2: { 3: InitializeComponent(); 4: this.Show(); 5: Graphics grp = this.CreateGraphics(); 6: Pen p = new Pen(Color.Black, 2); 7: grp.DrawLine(p, new Point(0, 0), new Point(100, 100)); ... 阅读全文
posted @ 2013-06-27 22:36
庭上杨柳
阅读(288)
评论(3)
推荐(0)
2013年6月27日