C#打印绘图的实现方法
本文实例讲述了C#打印绘图的实现方法。分享给大家供大家参考。具体实现方法如下: 代码如下: String drawString = “”; Font drawFont = null; SolidBrush drawBrush = null; float x = 0F; float y = 0F; StringFormat drawFormat = new StringFormat(); string test = “”; public string Test { get { return test; } set { test = value; } } public Form1
用户评论