Is it possible to somehow save a radmap with an empty provider as an image? I understand the following:
"The export to an image in Silverlight is performed using the WriteableBitmap class. We use the MS MultiScaleImage as a base of RadMap control. It does not allow creating the WriteableBitmap with access to its pixels.
At present, it is not possible to get a screenshot of RadMap to an image."
and that the reason for this is:
"Unfortunately, it is impossible, because the map contains images from a site of the map provider (like to Bing or Open Street). The domain name resolver (that's used by WriteableBitmap) requires that the website domain and the MediaElement to be the same to allow pixel access. So, there is no way to create screenshot of RadMap control programmatically in Silverlight."
But, if we are not using a map provider from a site, and are instead only using an empty provider, is it possible to create an image from the map? If so, how would this be done?