会员
周边
新闻
博问
闪存
众包
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
是莉莉酱啊
博客园
首页
新随笔
联系
订阅
管理
2020年2月9日
开始学习C#的一些小知识点
摘要: 输出: 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)
2020年2月6日
TextRenderer.DrawText 方法
摘要: textrenderer.drawtext是指使用指定的设备上下文、颜色和字体在指定位置绘制指定文本。 主要有: DrawText(IDeviceContext, String, Font, Point, Color) 使用指定的设备上下文、字体和颜色在指定位置绘制指定文本。 DrawText(ID
阅读全文
posted @ 2020-02-06 20:49 是莉莉酱啊
阅读(2376)
评论(0)
推荐(0)
公告