摘要: 绘制一个Cube public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void glControl1_Resize(object sender, EventArgs e) { //改变大小时触发的事件,在程序启动时将会触发一次 GLControl c = sender as GLControl; //获取glControl1 ... 阅读全文
posted @ 2013-12-10 19:38 DragonX 阅读(1313) 评论(1) 推荐(0)