摘要: C#中Graphics的画图代码【转】架上图片了你就可以在画板上涂改了啊我要写多几个字上去string str = "Baidu"; //写什么字?Font font = Font("宋体",30f); //字是什么样子的?Brush brush = Brushes.Red; //用红色涂上我的字吧;PointF point = new PointF(10f,10f); //从什么地方开始写字捏?//横着写还是竖着写呢?System.Drawing.StringFormat sf = new System.Drawing.StringFormat();/ 阅读全文
posted @ 2012-10-16 23:03 曲终人散xwz 阅读(554) 评论(0) 推荐(0)