基本信息
源码名称:C#做的windows画图程序源码,不少于3个不同的例子
源码大小:2.23M
文件格式:.rar
开发语言:C#
更新时间:2023-12-15
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C#做的画图软件源码,windows画图程序源码,不少于3个不同的例子 C#做的画图软件源码,windows画图程序源码,不少于3个不同的例子 C#做的画图软件源码,windows画图程序源码,不少于3个不同的例子 C#做的画图软件...

.
├── C#做的windows画图程序源码,不少于3个不同的例子.rar
└── 自己参照做的画图例子
    ├── MyPainTest
    │   └── MyPainTest
    │       ├── MyPainTest
    │       │   ├── Circle.cs
    │       │   ├── DLable.cs
    │       │   ├── DRectangle.cs
    │       │   ├── DShapeList.cs
    │       │   ├── DShope.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.cs
    │       │   ├── Form1.resx
    │       │   ├── Line.cs
    │       │   ├── MyPainTest.csproj
    │       │   ├── Program.cs
    │       │   ├── Properties
    │       │   │   ├── AssemblyInfo.cs
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Settings.Designer.cs
    │       │   │   └── Settings.settings
    │       │   ├── ShapeFactory.cs
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── MyPainTest.exe
    │       │   │       ├── MyPainTest.pdb
    │       │   │       ├── MyPainTest.vshost.exe
    │       │   │       └── MyPainTest.vshost.exe.manifest
    │       │   └── obj
    │       │       └── Debug
    │       │           ├── MyPainTest.Form1.resources
    │       │           ├── MyPainTest.Properties.Resources.resources
    │       │           ├── MyPainTest.csproj.FileListAbsolute.txt
    │       │           ├── MyPainTest.csproj.GenerateResource.Cache
    │       │           ├── MyPainTest.exe
    │       │           ├── Refactor
    │       │           └── TempPE
    │       ├── MyPainTest.sln
    │       └── MyPainTest.suo
    ├── MyPainTest1
    │   └── MyPainTest
    │       ├── MyPainTest
    │       │   ├── Circle.cs
    │       │   ├── DRectangle.cs
    │       │   ├── DShapeList.cs
    │       │   ├── DShope.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.cs
    │       │   ├── Form1.resx
    │       │   ├── Line.cs
    │       │   ├── MousePoint.cs
    │       │   ├── MyPainTest.csproj
    │       │   ├── Program.cs
    │       │   ├── Properties
    │       │   │   ├── AssemblyInfo.cs
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Settings.Designer.cs
    │       │   │   └── Settings.settings
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── MyPainTest.exe
    │       │   │       ├── MyPainTest.pdb
    │       │   │       ├── MyPainTest.vshost.exe
    │       │   │       └── MyPainTest.vshost.exe.manifest
    │       │   └── obj
    │       │       └── Debug
    │       │           ├── MyPainTest.Form1.resources
    │       │           ├── MyPainTest.Properties.Resources.resources
    │       │           ├── MyPainTest.csproj.FileListAbsolute.txt
    │       │           ├── MyPainTest.csproj.GenerateResource.Cache
    │       │           ├── MyPainTest.exe
    │       │           ├── MyPainTest.pdb
    │       │           ├── Refactor
    │       │           └── TempPE
    │       ├── MyPainTest.sln
    │       └── MyPainTest.suo
    ├── MyPainTest12
    │   └── MyPainTest
    │       ├── MyPainTest
    │       │   ├── Circle.cs
    │       │   ├── DRectangle.cs
    │       │   ├── DShapeList.cs
    │       │   ├── DShope.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.cs
    │       │   ├── Form1.resx
    │       │   ├── Line.cs
    │       │   ├── MousePoint.cs
    │       │   ├── MyPainTest.csproj
    │       │   ├── Program.cs
    │       │   ├── Properties
    │       │   │   ├── AssemblyInfo.cs
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Settings.Designer.cs
    │       │   │   └── Settings.settings
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── MyPainTest.exe
    │       │   │       ├── MyPainTest.pdb
    │       │   │       ├── MyPainTest.vshost.exe
    │       │   │       └── MyPainTest.vshost.exe.manifest
    │       │   └── obj
    │       │       └── Debug
    │       │           ├── MyPainTest.Form1.resources
    │       │           ├── MyPainTest.Properties.Resources.resources
    │       │           ├── MyPainTest.csproj.FileListAbsolute.txt
    │       │           ├── MyPainTest.csproj.GenerateResource.Cache
    │       │           ├── MyPainTest.exe
    │       │           ├── MyPainTest.pdb
    │       │           ├── Refactor
    │       │           └── TempPE
    │       ├── MyPainTest.sln
    │       └── MyPainTest.suo
    ├── WindowsApplication1
    │   ├── Anteprima.Designer.cs
    │   ├── Anteprima.cs
    │   ├── Anteprima.resx
    │   ├── CommandForm.Designer.cs
    │   ├── CommandForm.cs
    │   ├── CommandForm.resx
    │   ├── Form1.Designer.cs
    │   ├── Form1.cs
    │   ├── Form1.resx
    │   ├── Handle.cs
    │   ├── Help.Designer.cs
    │   ├── Help.cs
    │   ├── Help.resx
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── RichTextBoxPrintCtrl.cs
    │   ├── Settings.cs
    │   ├── Shapes.cs
    │   ├── UserControl1.Designer.cs
    │   ├── UserControl1.cs
    │   ├── UserControl1.resx
    │   ├── WindowsApplication1.csproj
    │   ├── WindowsApplication1.csproj.user
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── AxInterop.SHDocVw.dll
    │   │   │   ├── Interop.SHDocVw.dll
    │   │   │   ├── WindowsApplication1.exe
    │   │   │   ├── WindowsApplication1.pdb
    │   │   │   ├── WindowsApplication1.vshost.exe
    │   │   │   └── WindowsApplication1.vshost.exe.manifest
    │   │   └── Release
    │   │       ├── AxInterop.SHDocVw.dll
    │   │       ├── Interop.SHDocVw.dll
    │   │       ├── RichTextBoxPrintCtrl.dll
    │   │       ├── RichTextBoxPrintCtrl.pdb
    │   │       ├── UserControl1.Designer.cs
    │   │       ├── UserControl1.cs
    │   │       ├── UserControl1.resx
    │   │       ├── WindowsApplication1.exe
    │   │       └── WindowsApplication1.pdb
    │   ├── obj
    │   │   └── Debug
    │   │       ├── AxInterop.SHDocVw.dll
    │   │       ├── Interop.SHDocVw.dll
    │   │       ├── TempPE
    │   │       │   └── Properties.Resources.Designer.cs.dll
    │   │       ├── WindowsApplication1.Anteprima.resources
    │   │       ├── WindowsApplication1.Form1.resources
    │   │       ├── WindowsApplication1.Help.resources
    │   │       ├── WindowsApplication1.Properties.Resources.resources
    │   │       ├── WindowsApplication1.csproj.FileListAbsolute.txt
    │   │       ├── WindowsApplication1.csproj.GenerateResource.Cache
    │   │       ├── WindowsApplication1.csproj.ResolveComReference.cache
    │   │       ├── WindowsApplication1.exe
    │   │       ├── WindowsApplication1.pdb
    │   │       ├── WindowsApplication1.richForm2.resources
    │   │       ├── WindowsApplication1.toolBox.resources
    │   │       └── WindowsApplication1.vectShapes.resources
    │   ├── richForm2.Designer.cs
    │   ├── richForm2.cs
    │   ├── richForm2.resx
    │   ├── toolBox.Designer.cs
    │   ├── toolBox.cs
    │   ├── toolBox.resx
    │   ├── vectShapes.Designer.cs
    │   ├── vectShapes.cs
    │   └── vectShapes.resx
    ├── WritePig
    │   ├── Form1
    │   │   ├── Anteprima.Designer.cs
    │   │   ├── Anteprima.cs
    │   │   ├── Anteprima.resx
    │   │   ├── CodeDomSerializationHelper.cs
    │   │   ├── Form1.csproj
    │   │   ├── FormMain.Designer.cs
    │   │   ├── FormMain.cs
    │   │   ├── FormMain.resx
    │   │   ├── Handle.cs
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── RichTextBoxPrintCtrl.Designer.cs
    │   │   ├── RichTextBoxPrintCtrl.cs
    │   │   ├── Shapes.cs
    │   │   ├── UtlAttrBox.Designer.cs
    │   │   ├── UtlAttrBox.cs
    │   │   ├── UtlAttrBox.resx
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Form1.exe
    │   │   │       ├── Form1.pdb
    │   │   │       ├── Form1.vshost.exe
    │   │   │       └── Form1.vshost.exe.manifest
    │   │   ├── drowBox.Designer.cs
    │   │   ├── drowBox.cs
    │   │   ├── drowBox.resx
    │   │   ├── obj
    │   │   │   └── Debug
    │   │   │       ├── Form1.Anteprima.resources
    │   │   │       ├── Form1.FormMain.resources
    │   │   │       ├── Form1.Properties.Resources.resources
    │   │   │       ├── Form1.UtlAttrBox.resources
    │   │   │       ├── Form1.csproj.FileListAbsolute.txt
    │   │   │       ├── Form1.csproj.GenerateResource.Cache
    │   │   │       ├── Form1.drowBox.resources
    │   │   │       ├── Form1.exe
    │   │   │       ├── Form1.pdb
    │   │   │       ├── Form1.richForm2.resources
    │   │   │       ├── Form1.vectShapes.resources
    │   │   │       ├── Refactor
    │   │   │       └── TempPE
    │   │   ├── richForm2.Designer.cs
    │   │   ├── richForm2.cs
    │   │   ├── richForm2.resx
    │   │   ├── vectShapes.Designer.cs
    │   │   ├── vectShapes.cs
    │   │   └── vectShapes.resx
    │   ├── WritePig.sln
    │   └── WritePig.suo
    ├── demo属性框
    │   ├── Backup
    │   │   ├── demo.sln
    │   │   ├── demo1
    │   │   │   ├── Program.cs
    │   │   │   └── demo1.csproj
    │   │   └── demo2
    │   │       ├── Form1.cs
    │   │       ├── Form1.designer.cs
    │   │       ├── Form1.resx
    │   │       ├── Form2.cs
    │   │       ├── Form2.designer.cs
    │   │       ├── Form2.resx
    │   │       ├── Program.cs
    │   │       ├── Properties
    │   │       │   ├── Resources.Designer.cs
    │   │       │   ├── Resources.resx
    │   │       │   ├── Settings.Designer.cs
    │   │       │   └── Settings.settings
    │   │       ├── demo2.csproj
    │   │       └── utilities.cs
    │   ├── ConsoleApplication1
    │   │   ├── ConsoleApplication1.csproj
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   └── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── ConsoleApplication1.exe
    │   │   │       ├── ConsoleApplication1.pdb
    │   │   │       ├── ConsoleApplication1.vshost.exe
    │   │   │       └── ConsoleApplication1.vshost.exe.manifest
    │   │   └── obj
    │   │       └── Debug
    │   │           ├── ConsoleApplication1.csproj.FileListAbsolute.txt
    │   │           ├── ConsoleApplication1.exe
    │   │           ├── ConsoleApplication1.pdb
    │   │           └── TempPE
    │   ├── UpgradeLog.XML
    │   ├── _UpgradeReport_Files
    │   │   ├── UpgradeReport.css
    │   │   ├── UpgradeReport.xslt
    │   │   ├── UpgradeReport_Minus.gif
    │   │   └── UpgradeReport_Plus.gif
    │   ├── demo.sln
    │   ├── demo.suo
    │   ├── demo1
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── demo1.exe
    │   │   │       ├── demo1.pdb
    │   │   │       └── demo1.vshost.exe
    │   │   ├── demo1.csproj
    │   │   └── obj
    │   │       └── Debug
    │   │           ├── Refactor
    │   │           ├── TempPE
    │   │           ├── demo1.csproj.FileListAbsolute.txt
    │   │           ├── demo1.exe
    │   │           └── demo1.pdb
    │   └── demo2
    │       ├── AppSetting.cs
    │       ├── FileNameConverter.cs
    │       ├── Form1.Designer.cs
    │       ├── Form1.cs
    │       ├── Form1.resx
    │       ├── Form2.Designer.cs
    │       ├── Form2.cs
    │       ├── Form2.resx
    │       ├── Form3.Designer.cs
    │       ├── Form3.cs
    │       ├── Form3.resx
    │       ├── OptionsDialog .Designer.cs
    │       ├── OptionsDialog .cs
    │       ├── OptionsDialog .resx
    │       ├── Program.cs
    │       ├── Properties
    │       │   ├── Resources.Designer.cs
    │       │   ├── Resources.resx
    │       │   ├── Settings.Designer.cs
    │       │   └── Settings.settings
    │       ├── SpellingOptions.cs
    │       ├── SpellingOptionsConverter.cs
    │       ├── bin
    │       │   └── Debug
    │       │       ├── demo2.exe
    │       │       ├── demo2.pdb
    │       │       ├── demo2.vshost.exe
    │       │       └── demo2.vshost.exe.manifest
    │       ├── demo2.csproj
    │       ├── demo2.csproj.user
    │       ├── obj
    │       │   └── Debug
    │       │       ├── Refactor
    │       │       ├── TempPE
    │       │       │   └── Properties.Resources.Designer.cs.dll
    │       │       ├── demo2.Form1.resources
    │       │       ├── demo2.Form2.resources
    │       │       ├── demo2.Form3.resources
    │       │       ├── demo2.OptionsDialog.resources
    │       │       ├── demo2.Properties.Resources.resources
    │       │       ├── demo2.csproj.FileListAbsolute.txt
    │       │       ├── demo2.csproj.GenerateResource.Cache
    │       │       ├── demo2.exe
    │       │       └── demo2.pdb
    │       └── utilities.cs
    └── myPaint
        ├── Backup
        │   ├── FloodFill.cs
        │   ├── Form1.Designer.cs
        │   ├── Form1.cs
        │   ├── Form1.resx
        │   ├── Form1.zh-CN.resx
        │   ├── Program.cs
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── Resources
        │   │   ├── Brush.PNG
        │   │   ├── Curve.PNG
        │   │   ├── Ellipse.PNG
        │   │   ├── Erase.PNG
        │   │   ├── Fill.PNG
        │   │   ├── Line.PNG
        │   │   ├── Pen.PNG
        │   │   ├── PickColor.PNG
        │   │   ├── Poly.PNG
        │   │   ├── Rect2.PNG
        │   │   ├── Select.PNG
        │   │   ├── Select2.PNG
        │   │   ├── Spray.PNG
        │   │   ├── Text.PNG
        │   │   ├── Zoom.PNG
        │   │   ├── aa (2).jpg
        │   │   ├── aa (2)1.jpg
        │   │   ├── bb.jpg
        │   │   └── rect.PNG
        │   ├── myPaint.csproj
        │   ├── myPaint.sln
        │   └── myPaint.suo
        ├── FloodFill.cs
        ├── Form1.Designer.cs
        ├── Form1.cs
        ├── Form1.resx
        ├── Form1.zh-CN.resx
        ├── Program.cs
        ├── Properties
        │   ├── AssemblyInfo.cs
        │   ├── Resources.Designer.cs
        │   ├── Resources.resx
        │   ├── Settings.Designer.cs
        │   └── Settings.settings
        ├── Resources
        │   ├── Brush.PNG
        │   ├── Curve.PNG
        │   ├── Ellipse.PNG
        │   ├── Erase.PNG
        │   ├── Fill.PNG
        │   ├── Line.PNG
        │   ├── Pen.PNG
        │   ├── PickColor.PNG
        │   ├── Poly.PNG
        │   ├── Rect2.PNG
        │   ├── Select.PNG
        │   ├── Select2.PNG
        │   ├── Spray.PNG
        │   ├── Text.PNG
        │   ├── Thumbs.db
        │   ├── Zoom.PNG
        │   ├── aa (2).jpg
        │   ├── aa (2)1.jpg
        │   ├── bb.jpg
        │   ├── rect.PNG
        │   └── 无标题.png
        ├── UpgradeLog.XML
        ├── _UpgradeReport_Files
        │   ├── UpgradeReport.css
        │   ├── UpgradeReport.xslt
        │   ├── UpgradeReport_Minus.gif
        │   └── UpgradeReport_Plus.gif
        ├── bin
        │   └── Debug
        │       ├── image1
        │       ├── myPaint.exe
        │       ├── myPaint.pdb
        │       ├── myPaint.vshost.exe
        │       ├── myPaint.vshost.exe.manifest
        │       └── zh-CN
        │           └── myPaint.resources.dll
        ├── myPaint.csproj
        ├── myPaint.sln
        ├── myPaint.suo
        └── obj
            ├── Debug
            │   ├── Refactor
            │   ├── TempPE
            │   │   └── Properties.Resources.Designer.cs.dll
            │   ├── myPaint.Form1.resources
            │   ├── myPaint.Form1.zh-CN.resources
            │   ├── myPaint.Properties.Resources.resources
            │   ├── myPaint.csproj.FileListAbsolute.txt
            │   ├── myPaint.csproj.GenerateResource.Cache
            │   ├── myPaint.exe
            │   ├── myPaint.pdb
            │   └── zh-CN
            │       └── myPaint.resources.dll
            └── myPaint.csproj.FileListAbsolute.txt

92 directories, 366 files