相关疑难解决方法(0)

如何在GDI +中旋转文本?

我想以特定角度显示给定的字符串.我试着在System.Drawing.Font课堂上这样做.这是我的代码:

Font boldFont = new Font(FontFamily.GenericSansSerif, 12, FontStyle.Bold, GraphicsUnit.Pixel, 1, true);
graphics.DrawString("test", boldFont, textBrush, 0, 0);

谁能帮我?

c# gdi+

12
推荐指数
3
解决办法
2万
查看次数

标签 统计

c# ×1

gdi+ ×1