基本信息
源码名称:C# 调用SetROP2实现橡皮线
源码大小:0.04M
文件格式:.rar
开发语言:C#
更新时间:2023-10-31
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍
C# 调用SetROP2实现橡皮线
DotNet Framework的GDI 较GDI添加了新的功能并对现有的功能进行了优化,但是Graphics类中没有提供实现类似GDI中SetROP2函数来更改绘图模式的功能。在计算机图形应用程序开发过程中经常用到反色模式来实现用户交互...

.
├── C# 调用SetROP2实现橡皮线_Win32APIDraw.rar
└── SetROP2
    ├── SetROP2
    │   ├── Form1.Designer.cs
    │   ├── Form1.cs
    │   ├── Form1.resx
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── SetROP2.csproj
    │   ├── Win32APIDraw.cs
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── SetROP2.exe
    │   │   │   ├── SetROP2.pdb
    │   │   │   ├── SetROP2.vshost.exe
    │   │   │   └── SetROP2.vshost.exe.manifest
    │   │   └── Release
    │   └── obj
    │       └── x86
    │           └── Debug
    │               ├── DesignTimeResolveAssemblyReferences.cache
    │               ├── DesignTimeResolveAssemblyReferencesInput.cache
    │               ├── GenerateResource.read.1.tlog
    │               ├── GenerateResource.write.1.tlog
    │               ├── SetROP2.Form1.resources
    │               ├── SetROP2.Properties.Resources.resources
    │               ├── SetROP2.csproj.FileListAbsolute.txt
    │               ├── SetROP2.exe
    │               ├── SetROP2.pdb
    │               └── TempPE
    ├── SetROP2.sln
    └── SetROP2.suo

10 directories, 27 files