摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;namespace 画图{ public partial class Form1 : Form { public Form1() { InitializeComponent(); //创建绘图对象 g = this.pictureBox1.CreateGraphics(); } // 阅读全文
posted @ 2013-10-30 13:45 914556495 阅读(362) 评论(0) 推荐(0)