Save a Grid and elements in it as a jpeg image - WinRT
问题 I am stuck in my app. I have a grid with some elements in it. These elements are buttons, images and other controls like stackpanel and nested grids. I want to save what appears to the user as image on click of a button, but i dont know how to proceed on this. Can I write elements like grid and buttons onto a writable bitmap? Or is there some other way? In short I want to take a screen shot of my app screen when the user clicks the button. Please help. 回答1: Taking "screenshots" of winrt apps,