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();//还是竖着写吧sf.FormatFlags = StringForma 阅读全文
posted @ 2014-01-04 14:31 鹿我所录 阅读(19083) 评论(0) 推荐(0)
浙公网安备 33010602011771号