I'm trying to get a Silverlight application to save the currrent contents of the map control to a png file or eventually a PDF. This means that I've got to get the contents of the map into a bitmap.
I've had all sorts of problems due to my map being made of contents from different domains. I've got the following layers:
- bing maps - an ArcGIS Server dynamic map service - a graphics layer
Now I've partially solved the issue with data from different domains by using the proxyurl as in the following link.
I have the same question! I'm trying to capture the current map layout including all graphics to a image, but I get the Pixel 'System.Security.SecurityException'