摘要: 转自:http://virusswb.cnblogs.com/ using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; n... 阅读全文
posted @ 2008-05-26 18:28 lemontree 阅读(3096) 评论(0) 推荐(0)
摘要: 转自: http://www.cnblogs.com/stg609/ 在上一片里已经向大家介绍了如何使用GDI+绘制简单的图像,这一片继续向大家介绍其它一些绘图知识. 1.首先我们来看下上一片中我们使用过的Pen. Pen的属性主要有: Color(颜色),DashCap(短划线终点形状),DashStyle(虚线样式),EndCap(线尾形状), StartCap(线头形状),Width(粗... 阅读全文
posted @ 2008-05-26 13:21 lemontree 阅读(1089) 评论(0) 推荐(0)