打赏
摘要: string str = "234324"; //写什么字?Font font = Font("宋体",30f); //字是什么样子的?Brush brush = Brushes.Red; //用红色涂上我的字吧;PointF point = new PointF(10f,10f); //从什么地方开始写字捏?//横着写还是竖着写呢? System.Drawing.StringFormat sf = new System.Drawing.StringFormat(); //还是竖着写吧 sf.FormatFlags = StringFormatFlags 阅读全文
posted @ 2012-07-03 13:55 loring 阅读(523) 评论(0) 推荐(0) 编辑