会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
my blog
首页
新随笔
管理
2021年5月20日
c# GDI+绘图 ,验证码更换
摘要: 一、基础 GDI+步骤: 1.生成画布 2.生成画笔,包括颜色 3.开始画 private void Form1_Paint(object sender, PaintEventArgs e) { //创建画布,注意this Graphics g = this.CreateGraphics(); //
阅读全文
posted @ 2021-05-20 18:41 遥月
阅读(127)
评论(0)
推荐(0)
公告