I am making project of Windows Phone 8.1 application. I want to save all information of Single page as the screenshot and save into isolated storage in editable image form.
Is this possible?
...
I am making project of Windows Phone 8.1 application. I want to save all information of Single page as the screenshot and save into isolated storage in editable image form.
Is this possible?
...
You can render your top level Grid to WritebaleBitmap via render method in silverlight apps and via RenderTargetBitmap for runtime apps.