C Sharp 中可拖动的透明窗口/窗体

发布于 2024-11-09 17:31:19 字数 443 浏览 0 评论 0原文

我在 C# 表单中使用了具有透明背景的 png。 我按照 Transparent images with C# WinForms 中的问题进行操作,其接受的答案正是我所做的想要除了拖动部分。我使用 Form 作为托管控件。

问题是当我拖动控件时,它不会重新绘制背景,因此透明度消失并且第一个出现的背景填充控件。

我尝试在 OnMove override 中使用 Invalidate() 。但这对我不起作用。

我认为清除现有背景并在拖动时重新绘制图像就可以达到我想要的效果。

但如何实现呢?

感谢您的帮助

I have used a png with transparent background in a C# form.
I followed the question at Transparent images with C# WinForms and its accepted answer does excatly what I want except the dragging part. I use a Form as the hosting control.

The problem is when I drag the control, it does not repaint the background, thus the transparency goes and the very first occuring background filling the control.

I tried using Invalidate() inside OnMove override. But it didn t work for me.

I think clearing the existing background and redrawing the image at drag would do what I want.

But how to achieve it?

Thank you for any help

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文