基本信息
源码名称:在图片上增加倾斜文字水印
源码大小:0.22M
文件格式:.rar
开发语言:C#
更新时间:2021-12-22
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍

在图片上增加倾斜文字水印

用于在图片上增加倾斜水印的代码, 用于水印的文字可任意倾斜角度,及改变文字字体,大小等。

.
├── shuiyin_TEST
│   ├── Form1.Designer.cs
│   ├── Form1.cs
│   ├── Form1.resx
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── bin
│   │   ├── Debug
│   │   │   ├── shuiyin_TEST.exe
│   │   │   ├── shuiyin_TEST.pdb
│   │   │   ├── shuiyin_TEST.vshost.exe
│   │   │   └── shuiyin_TEST.vshost.exe.manifest
│   │   └── Release
│   ├── obj
│   │   └── x86
│   │       ├── Debug
│   │       │   ├── DesignTimeResolveAssemblyReferences.cache
│   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │       │   ├── TempPE
│   │       │   ├── shuiyin_TEST.Form1.resources
│   │       │   ├── shuiyin_TEST.Properties.Resources.resources
│   │       │   ├── shuiyin_TEST.csproj.CoreCompileInputs.cache
│   │       │   ├── shuiyin_TEST.csproj.FileListAbsolute.txt
│   │       │   ├── shuiyin_TEST.csproj.GenerateResource.cache
│   │       │   ├── shuiyin_TEST.csprojAssemblyReference.cache
│   │       │   ├── shuiyin_TEST.exe
│   │       │   └── shuiyin_TEST.pdb
│   │       └── Release
│   ├── shuiyin_TEST.csproj
│   └── shuiyin_TEST.csproj.user
├── shuiyin_TEST.sln
├── shuiyin_TEST.suo
├── shuiyin_TEST.v12.suo
└── 好例子网_shuiyin_TEST.rar

10 directories, 29 files