摘要:
我获取屏幕的中间点,在中间点上画字符串,但此字符串是以中间点为起始点画,我想此字符串在中间点居中显示,请问如何解决?---------------------------------------------------------------用StringFarmat来控制...Graphics g = e.Graphics;SolidBrush sb = new SolidBrush(Color.Red);Font HFont = new Font("宋体",12,FontStyle.Bold);StringFormat fat = new StringFormat(); 阅读全文