如何在 WinRT 中将 FrameworkElement 更改为 Image?

发布于 2024-12-09 11:16:56 字数 151 浏览 0 评论 0原文

我手上有 FrameworkElement ,它也有父级。我想在WinRT平台中将其更改为Image。我尝试了WriteableBitmap。但它确实有要渲染的元素参数。 VisualBrush 此处也不可用。

I have FrameworkElement with my hand, it is having parent also. I want change it as Image in WinRT platform. I tried the WriteableBitmap. But it does have element parameter to render. VisualBrush also not available here.

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

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

发布评论

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

评论(1

苄①跕圉湢 2024-12-16 11:16:56

WinRT 无法从视觉对象创建位图 - 至少在当前预览中是这样。请参阅这篇文章在 WinRT 论坛上了解更多信息。

WinRT doesn't have a means to create a bitmap from a visual - at least in the current preview. See this post on the WinRT forums for more.

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