0

I want to generate a screenshot of an map control on Windows Phone 8 and save this image to isolated storage. Does anybody have a small piece of code which would do this? I've tried to generate a WriteableBitmap out of the map control, but this image is only black.

Thanks.

atticus3000
  • 409
  • 1
  • 4
  • 12
  • Have you tried the [code here](http://stackoverflow.com/questions/16292973/map-a-button-to-do-a-screenshot-then-open-composetask-to-send-via-email-wp8)? – Neil Turner Mar 26 '14 at 15:48

1 Answers1

0

I think I have just what you are looking for see SaveMapImageEx from the samples I have made (with my friends) and stored at nokia-developer/maps-samples at GitHub.

Dr.Jukka
  • 2,346
  • 2
  • 15
  • 20