
WinformGDI
KelonsByCsdn
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
GDI绘图常用的方法
1.画矩形 Rectangle textCellBounds = new Rectangle(X,Y,Width,Height); graphics.DrawRectangle(new Pen(ColorTranslator.FromHtml("#D7D7D7")), textCellBounds); 2.填充矩形 LinearGradientBrush backBrush = new ...原创 2018-10-26 17:03:11 · 799 阅读 · 0 评论 -
C# API 获取系统DPI缩放倍数跟分辨率大小
https://www.2cto.com/kf/201703/618582.html转载 2019-06-26 15:06:08 · 3295 阅读 · 0 评论