Windows 窗体 - 以透明度为背景的 PNG

发布于 2024-09-30 20:26:54 字数 192 浏览 1 评论 0原文

我正在开发一个小型个人项目,我需要创建一个具有投影的非矩形窗口(更准确地说是一个圆形 - 尽管这可能会改变)。如果表单将 png 设置为背景,我可以通过更改 Region 属性来获得圆形窗口。

问题是窗口已对齐,PNG 的透明度不起作用。所以问题是如何获得抗锯齿窗口和背景图像的透明度或抗锯齿圆形窗口以及向窗口添加阴影效果的方法。

谢谢。

I'm working on a small personal project and I need to create a non-rectanguar window (a circle to be more precise - though that might change) that has a drop shadow. I have the round window by changing the Region property if the form with a png set as background.

The thing is the window is alised and the transparency of the PNG is not working. So the question is how do I get a a antialised window and the transparency of the background image OR the antialised circular window and a way to add the drop shadow effect to the window.

Thanks.

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

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

发布评论

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

评论(1

梦里人 2024-10-07 20:26:54

您需要使用 P/Invoke 创建一个分层窗口

这里< /a> 是一个 .Net 示例。

You need to make a Layered Window using P/Invoke.

Here is a .Net example.

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