开发者

How to change the FrameworkElement to Image in WinRT?

开发者 https://www.devze.com 2023-04-12 21:39 出处:网络
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

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 availa开发者_StackOverflowble here.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消