mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Added GDIplus.cs, this contains a GDI+ wrapper. Currently there is the ApplyBlur which applies a Gaussian blur effect on the specified rectangle of the passed bitmap.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2489 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
2b4df68c1f
commit
0408c755d6
2 changed files with 115 additions and 0 deletions
|
@ -187,6 +187,7 @@
|
|||
<Compile Include="UnmanagedHelpers\DWM.cs" />
|
||||
<Compile Include="UnmanagedHelpers\Enumerations.cs" />
|
||||
<Compile Include="UnmanagedHelpers\GDI32.cs" />
|
||||
<Compile Include="UnmanagedHelpers\GDIplus.cs" />
|
||||
<Compile Include="UnmanagedHelpers\Kernel32.cs" />
|
||||
<Compile Include="UnmanagedHelpers\PsAPI.cs" />
|
||||
<Compile Include="UnmanagedHelpers\Shell32.cs" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue