摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Drawing;namespace BresenhamLine.Util{ class DrawLine { [System.Runtime.InteropServices.DllImport("gdi32.dll")] internal static extern bool SetPixel(IntPtr h... 阅读全文
posted @ 2012-07-18 18:25 William Jiang 阅读(333) 评论(0) 推荐(0) 编辑