我想以特定角度显示给定的字符串.我试着在System.Drawing.Font课堂上这样做.这是我的代码:
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+
c# ×1
gdi+ ×1