摘要: 一、基础 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)