如何在 WinRT 中将 FrameworkElement 更改为 Image?
我手上有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.