如何解决Windows CE中的弯曲图像背景

发布于 2025-01-03 07:52:00 字数 164 浏览 1 评论 0原文

我在 Windows CE 中使用拉伸模式的图片框控件中使用具有透明背景的 PNG 类型图像。但在袖珍电脑设备中它显示出错误的行为。我在下面提供了它的屏幕截图: 在此处输入图像描述

如何解决该问题?

I am using PNG type image with transparent background in picturebox control with stretch Mode in Windows CE. But in pocket pc device it shows wrong behaviour. I provide its screen shot below:
enter image description here

How can I resolve it?

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

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

发布评论

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

评论(2

你丑哭了我 2025-01-10 07:52:00

正如您所发现的,CF 不支持 ARGB 透明度。您需要更改图像,然后使用 ColorKey 透明度。 查看此问题的答案以获取更多链接。

As you've discovered, ARGB transparency isn't supported in the CF. You need to change your image and then use ColorKey transparency. See the answers to this question for more links.

北城挽邺 2025-01-10 07:52:00

在我看来,您使用了 alpha 类型 png RGBA,您的代码无法显示它,并且它转换为 RGB,因此仅将您的背景颜色显示为一个矩形。
格雷格.

looks to me like you have used an alpha type png RGBA, which is not displayable by your code and its converted to RGB so just displays your background colour as one rectangle.
Greg.

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