资源简介

适合新手查看学习,

资源截图

代码片段和文件信息

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

namespace 画图工具
{
    public partial class Form1 : Form
    {

        Bitmap bitimag;
        Image ima;

        public Form1()
        {
            InitializeComponent();
            //g = this.CreateGraphics();
            bitimag = new Bitmap(pictureBox1.Width pictureBox1.Height);
           g = Graphics.FromImage(bitimag);
           g.Clear(Color.White);
        }


        Graphics g;
        Pen p = new Pen(Color.Red 3);

        Point Start End;
        xzleiixng xz;
        bool meiju;


        p

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件         82  2018-03-28 09:20  画图工具\画图工具\bin\Debug\img\Circle.gif

     文件        714  2018-03-28 09:20  画图工具\画图工具\bin\Debug\img\eraser.png

     文件        851  2018-03-28 09:20  画图工具\画图工具\bin\Debug\img\FillCircle.GIF

     文件        851  2018-03-28 09:20  画图工具\画图工具\bin\Debug\img\Fillrect.GIF

     文件         73  2018-03-28 09:20  画图工具\画图工具\bin\Debug\img\line.gif

     文件        766  2018-03-28 09:20  画图工具\画图工具\bin\Debug\img\pb.cur

     文件        311  2018-03-28 09:20  画图工具\画图工具\bin\Debug\img\Pencil.gif

     文件         81  2018-03-28 09:20  画图工具\画图工具\bin\Debug\img\rect.gif

     文件    1339392  2018-05-01 14:54  画图工具\画图工具\bin\Debug\画图工具.exe

     文件      34304  2018-05-01 14:54  画图工具\画图工具\bin\Debug\画图工具.pdb

     文件      11600  2018-05-01 14:57  画图工具\画图工具\bin\Debug\画图工具.vshost.exe

     文件        490  2017-09-29 21:43  画图工具\画图工具\bin\Debug\画图工具.vshost.exe.manifest

     文件       7039  2018-04-07 15:29  画图工具\画图工具\Form1.cs

     文件      14476  2018-04-07 15:29  画图工具\画图工具\Form1.Designer.cs

     文件    1988540  2018-04-07 15:29  画图工具\画图工具\Form1.resx

     文件       5420  2018-04-02 23:10  画图工具\画图工具\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       6526  2018-05-01 14:54  画图工具\画图工具\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       5120  2018-04-07 00:21  画图工具\画图工具\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件        682  2018-05-01 14:58  画图工具\画图工具\obj\x86\Debug\画图工具.csproj.FileListAbsolute.txt

     文件       1103  2018-04-07 15:29  画图工具\画图工具\obj\x86\Debug\画图工具.csproj.GenerateResource.Cache

     文件       9174  2018-04-03 00:05  画图工具\画图工具\obj\x86\Debug\画图工具.csprojResolveAssemblyReference.cache

     文件    1339392  2018-05-01 14:54  画图工具\画图工具\obj\x86\Debug\画图工具.exe

     文件    1321657  2018-04-07 15:29  画图工具\画图工具\obj\x86\Debug\画图工具.Form1.resources

     文件      34304  2018-05-01 14:54  画图工具\画图工具\obj\x86\Debug\画图工具.pdb

     文件       1205  2018-04-07 00:22  画图工具\画图工具\obj\x86\Debug\画图工具.Properties.Resources.resources

     文件        493  2018-04-01 15:35  画图工具\画图工具\Program.cs

     文件       1356  2018-04-01 15:35  画图工具\画图工具\Properties\AssemblyInfo.cs

     文件       3966  2018-04-07 00:21  画图工具\画图工具\Properties\Resources.Designer.cs

     文件       6687  2018-04-07 00:21  画图工具\画图工具\Properties\Resources.resx

     文件       1099  2018-04-01 15:35  画图工具\画图工具\Properties\Settings.Designer.cs

............此处省略17个文件信息

评论

共有 条评论