C# Graphics 获取屏幕中文字相对宽度高度 Graphics gyw = Canvas.CreateGraphics(); SizeF size = gyw.MeasureString(Text, Font); //Text 文字内容 //Font 字体