嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
DrawImage
#### 介绍
图像简单编辑:缩放、移动、画线等,另外还带有用于裂缝检测和测量的功能。
#### 使用说明
Installer目录下有打包好的安装包,下载双击安装即可。
DrawImage
├── DrawImage
│ ├── App.config
│ ├── DBHelperSQLite.cs
│ ├── DataCRUD.Designer.cs
│ ├── DataCRUD.cs
│ ├── DataCRUD.resx
│ ├── DataEnter.Designer.cs
│ ├── DataEnter.cs
│ ├── DataEnter.resx
│ ├── DrawImage.csproj
│ ├── DrawImageForm.Designer.cs
│ ├── DrawImageForm.cs
│ ├── DrawImageForm.resx
│ ├── ImageCropResize.Designer.cs
│ ├── ImageCropResize.cs
│ ├── ImageCropResize.resx
│ ├── InfoForm.Designer.cs
│ ├── InfoForm.cs
│ ├── InfoForm.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── 1.ico
│ │ ├── 3.ico
│ │ ├── 4.ico
│ │ ├── delete.ico
│ │ ├── folder_close.ico
│ │ ├── folder_open.ico
│ │ ├── image.ico
│ │ ├── left.png
│ │ ├── left1.png
│ │ ├── left2.png
│ │ ├── line.ico
│ │ ├── minus.png
│ │ ├── plus.png
│ │ ├── polyline.ico
│ │ ├── reload.png
│ │ ├── replay.ico
│ │ ├── right.png
│ │ ├── rubber.ico
│ │ ├── ruler.ico
│ │ ├── save.ico
│ │ ├── text.png
│ │ └── up.png
│ ├── eraser.cur
│ └── pen.cur
├── DrawImage.sln
├── Installer
│ └── Setup.msi
├── LICENSE
├── README.md
└── Setup
└── Setup.vdproj
5 directories, 53 files