In Win8 Metro apps i have a canvas it contains images and blocks and i want to save it to be displayed as an image using async, any idea with code?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Can't be done I'm afraid - WinRT has no way to save xaml to an image. Your best bet would be to handcraft your own bitmap, but it's a lot of work. Sorry, I could have done with this functionality to! |
|||||
|