Anybody know how to render UIelement to bitmap (directX rexture) on WP8?
all works fine on WP7 XNA
Anybody know how to render UIelement to bitmap (directX rexture) on WP8?
all works fine on WP7 XNA
If you want to take a screenshot of your application or any other UI element, you can use the technique from this blog post.
I am not sure if this is what you asked for. Please give us more details: which control(s) you wish to render and where do you plan on using it?
WriteableBitmap.Render supports rendering of any UIElement class. Once you have your bitmap filled, you can extract pixels from it and push it downwards to DirectX.