Fork me on GitHub
摘要: 今日学习了一个利用GDI画图的小例子,算是为以后深入学习GDI做个小铺垫。using System;using System.Drawing;using System.Windows.Forms;using System.Drawing.Drawing2D;namespace GDI_{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } private PointF PointF(int ... 阅读全文
posted @ 2012-03-16 14:20 Halower 阅读(952) 评论(0) 推荐(5) 编辑