摘要: 输出: Console.WirteLine("hello world"); string a="hello world"; Console.WirteLine(a); string a="world"; Console.WirteLine("hello"+a); string a="hello wo 阅读全文
posted @ 2020-02-09 19:17 是莉莉酱啊 阅读(213) 评论(0) 推荐(0)
摘要: textrenderer.drawtext是指使用指定的设备上下文、颜色和字体在指定位置绘制指定文本。 主要有: DrawText(IDeviceContext, String, Font, Point, Color) 使用指定的设备上下文、字体和颜色在指定位置绘制指定文本。 DrawText(ID 阅读全文
posted @ 2020-02-06 20:49 是莉莉酱啊 阅读(2376) 评论(0) 推荐(0)