GDI
IT-wanghanghang
我若不努力,谁替我坚强...
展开
-
Winform仿Win10画图工具
Winform仿Win10画图工具: 源码区: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Thread...原创 2019-12-30 11:41:43 · 1214 阅读 · 0 评论 -
winform+GDI画验证码
winform+GDI画验证码 设计界面: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threadin...原创 2019-12-29 14:49:00 · 351 阅读 · 1 评论 -
GDI+绘图基础
GDI+绘图基础 编写图形程序时需要使用GDI(图形设备接口Graphics Device Interface),从程序设计的角度看,GDI包括两个部分:GDI对象和GDI函数。 GDI对象定义了GDI函数使用的工具和环境变量,GDI函数对象绘制各种图形。在C#中,进行图形程序编写时用到的都是GDI+版本,是GDI的进一步扩展,它使我们变成更加方便。 GDI+概述 GDI+是微软提供的新的图形设备...原创 2019-12-24 20:37:56 · 375 阅读 · 0 评论