C# 2.0 可以创建发光效果吗?

发布于 2024-11-14 19:01:23 字数 171 浏览 5 评论 0原文

我想在 c# 2.0 (WinForms) 中的 UserControl 派生类上创建外发光效果。这(容易)可能吗?

如果是,请告诉我如何做:)

我所说的“发光效果”是这样的: 在此处输入图像描述

I would like to create an outer glow effect on a UserControl derived class in c# 2.0 (WinForms). Is this (easily) possible?

If yes, please show me how :)

What I mean with "glow effect" is something like this:
enter image description here

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

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

发布评论

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

评论(2

深海夜未眠 2024-11-21 19:01:23

希望这有帮助 http://www.codeproject.com/KB/buttons/VistaButton.aspx< /a>

我还阅读了一篇文章,其中作者在按钮上绘制了 2 个矩形(每个矩形覆盖顶部和底部的一半),然后当鼠标悬停时,他会执行一些重叠逻辑。我忘记了完整的逻辑。抱歉,我思考/搜索并返回答案。

Hope this helps http://www.codeproject.com/KB/buttons/VistaButton.aspx

I also rem reading an article where the author draws 2 rectangles over the button (each is covering half from top and bottom) and then when mouse is hover, he does some overlapping logic. I forgot the full logic. Sorry, ill think/search and come back with the answer.

迷你仙 2024-11-21 19:01:23

这里有一些关于如何在winforms中轻松实现图形对象光环和特殊效果的教程:

Here are a few tutorials on how to easily achieve halo- and special effects on graphical objects in winforms:

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