Select to view content in your preferred language

Map snapshot

695
2
01-13-2011 09:40 AM
AlexAgranov
Emerging Contributor
Is there something in the API that would get me an ImageSource of whatever is currently the map?
0 Kudos
2 Replies
DanielWalton
Frequent Contributor
var wbmp = new System.Windows.Media.Imaging.WriteableBitmap(Map, null);
0 Kudos
AlexAgranov
Emerging Contributor
var wbmp = new System.Windows.Media.Imaging.WriteableBitmap(Map, null);


Thanks that pointed me in the right direction!
0 Kudos