WP7相当于Android 9补丁或iOS UIImage rightCapWidth?

发布于 2024-11-07 23:25:54 字数 223 浏览 0 评论 0原文

我正在开发 WP7 应用程序,找不到任何方法仅在特定点(重复该行像素)拉伸图像。例如,如果我有一个带圆角的盒子,我只想拉伸它以填充特定区域,我只想拉伸中心的几个像素(水平和垂直),以便角落不被修改。

在 Android 中,您可以使用 9 Patch 图像来实现此目的,而在 iOS 中,UIImage 提供了 rightCapWidth 等方法。

WP7 的等效项是什么?

谢谢。

I'm working on a WP7 app and can't find any way to stretch an image only at a specific point (repeating that row of pixels). For example, if I have a box with rounded corners I want to stretch it to fill a specific area only I want to stretch just a few pixels in the center (horizontally and vertically) so that the corners are unmodified.

In Android you can do this with a 9 Patch image and in iOS UIImage provides methods such as rightCapWidth.

What's the equivalent for WP7?

Thanks.

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

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

发布评论

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

评论(1

荆棘i 2024-11-14 23:25:54

目前,WP7 没有直接的等效项。
您必须根据需要调整图像以满足您的要求。

由于对所有内容应用圆角并不符合手机的 Metro 设计原则,因此我认为此类功能几乎没有理由或不可能成为核心 API 的一部分。

There is, currently, no direct equivalent for WP7.
You'll have to adjust the image as you need to for your requirements.

As applying rounded corners to everything doesn't match the Metro design principals for the phone, I expect there is little reason for, or likelihood of, such functionlaity becoming part of the core APIs.

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