如何访问 GDI+ C# 中的效果类

发布于 2024-08-08 09:12:20 字数 343 浏览 5 评论 0原文

我试图找出如何在 C# 中访问 Effect-Class 及其 GDI+ 的后代。 特别是,我对这些感兴趣:

* Blur
* Sharpen
* Tint
* RedEyeCorrection
* ColorMatrixEffect
* ColorLUT
* BrightnessContrast
* HueSaturationLightness
* ColorBalance
* Levels
* ColorCurve

任何人都可以给我提示,如何在 C# 中访问它们吗?我什至在 .net 文档中找不到它们。我必须访问 gdilus.dll 目录吗?

再见!

基督教

I try to find out, how to access the Effect-Class and it's decendants of GDI+ in C#.
Especially, I'm interested in these:

* Blur
* Sharpen
* Tint
* RedEyeCorrection
* ColorMatrixEffect
* ColorLUT
* BrightnessContrast
* HueSaturationLightness
* ColorBalance
* Levels
* ColorCurve

Can anybody give me a hint, how to access them in C#? I even can't find them in the .net documentation. Do I have to access the gdilus.dll directory?

Ciao!

Christian

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

刘备忘录 2024-08-15 09:12:20

我在 codeplex 上开发了一个库来做到这一点,下一个版本将对 xp(具有较慢的处理功能)的所有效果提供完整的旧版支持,当前版本仅适用于 vista 及以上版本,您可以在以下位置找到它:

http://csharpgdiplus11.codeplex.com/

它带有完整的源代码,因此您可以看到它是如何完成的。

I have developed a library on codeplex to do just this, the next version will have full legacy support for xp (with slower processing functions) for all effects, the current version only works on vista and above, you can find it at:

http://csharpgdiplus11.codeplex.com/

It comes with full source, so you can see how it's done.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文