• 大小: 0.10M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: GDI  GD  画图  

资源简介

画图软件

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace gdl
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void button1_Click(object sender EventArgs e)
        {
            #region 测试
            //gdi.DrawLine(mypen01070105);
            //Brush hss = new SolidBrush(Color.Red);//创建笔刷
            //gdi.DrawEllipse(mypen15243030);
            //gdi.FillEllipse(hss15 75 55);
            //Point[] po = { new Point(11 22)
            //new Point(5310)
     

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-05-18 19:04  gdl\
     目录           0  2019-05-18 19:04  gdl\.git\
     文件        2581  2019-05-18 19:04  gdl\.gitattributes
     文件        3997  2019-05-18 19:04  gdl\.gitignore
     文件         647  2019-05-18 19:04  gdl\.git\config
     文件          73  2019-05-18 19:04  gdl\.git\description
     文件          23  2019-05-18 19:04  gdl\.git\HEAD
     目录           0  2019-05-18 19:04  gdl\.git\hooks\
     文件         177  2019-05-18 19:04  gdl\.git\hooks\README.sample
     文件        1168  2019-05-18 19:04  gdl\.git\index
     目录           0  2019-05-18 19:04  gdl\.git\info\
     文件         113  2019-05-18 19:04  gdl\.git\info\exclude
     目录           0  2019-05-18 19:04  gdl\.git\logs\
     文件         350  2019-05-18 19:04  gdl\.git\logs\HEAD
     目录           0  2019-05-18 19:04  gdl\.git\logs\refs\
     目录           0  2019-05-18 19:04  gdl\.git\logs\refs\heads\
     文件         350  2019-05-18 19:04  gdl\.git\logs\refs\heads\master
     文件         150  2019-05-18 19:04  gdl\.git\ms-persist.xml
     目录           0  2019-05-18 19:04  gdl\.git\objects\
     目录           0  2019-05-18 19:04  gdl\.git\objects\0d\
     文件          89  2019-05-18 19:04  gdl\.git\objects\0d\76fe4328089e5b63a9c4190badacfc35ef2624
     目录           0  2019-05-18 19:04  gdl\.git\objects\0f\
     文件        1239  2019-05-18 19:04  gdl\.git\objects\0f\b2cbaebce46a3af9701ee1d99c938c898b44e4
     文件         719  2019-05-18 19:04  gdl\.git\objects\0f\d0f9d30ddb30e8e1ee16591e25140f8bbc2d95
     目录           0  2019-05-18 19:04  gdl\.git\objects\1c\
     文件        1863  2019-05-18 19:04  gdl\.git\objects\1c\9a181a44b4f9a105f0dc71a40ad0284ab6a7c4
     目录           0  2019-05-18 19:04  gdl\.git\objects\1f\
     文件         751  2019-05-18 19:04  gdl\.git\objects\1f\f0c423042b46cb1d617b81efb715defbe8054d
     目录           0  2019-05-18 19:04  gdl\.git\objects\39\
     文件         186  2019-05-18 19:04  gdl\.git\objects\39\645652af62950ebf3b28ec3a5400dcec30b1c4
     目录           0  2019-05-18 19:04  gdl\.git\objects\49\
............此处省略75个文件信息

评论

共有 条评论