摘要:
Graphics graphics = CreateGraphics(); SizeF sizeF = graphics.MeasureString(lblAccount.Text, new Font(this.Font.Name,this.fontSize, FontStyle.Regular)); graphics.Dispose(); int xWidth = Convert.ToInt32(sizeF.Width); 阅读全文
posted @ 2011-09-20 11:04
rui90102
阅读(297)
评论(0)
推荐(0)

浙公网安备 33010602011771号