如何在用户控件上创建不可见区域

发布于 2024-08-29 06:26:48 字数 152 浏览 4 评论 0原文

我想让我的用户控件具有不可见的区域,例如围绕圆形或不规则形状的区域。我已经看到这是用 system.windows.form 完成的,但不是用 system.windows.form.usercontrol 完成的。这是怎么做到的?

.net 2.0,c#,winform

I would like to make my user control have invisible areas like the areas that surround a circle or an irregular shape. I have seen this done with a system.windows.form but not with a system.windows.form.usercontrol. How is this done?

.net 2.0,c#,winform

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

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

发布评论

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

评论(1

隐诗 2024-09-05 06:26:48

You can set the control's Region to an irregular GraphicsPath. Here's an article that shows how to create irregular shaped menuitems

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