How do I convert some region of MapView to the vector image in ArcGIS Runtime SDK for WPF?

2224
0
01-07-2016 10:25 PM
SangjinSim
New Contributor

I want to convert some region of MapView to the vector image file with high resolution in ArcGIS Runtime SDK for WPF.

First, I used RenderBitmapTarget API supported by .NET SDK. RenderBitmapTarget API has two arguments related to DPI.

However, I failed to get a high resolution image from MapView, because when I used some DPI value, the result was applied all controls except mapview. The size of MapView was equal before applying some DPI value.

 

Second, I found exportMapImage API. However this api may only use on javascript of Esri Runtime SDK.

 

Do you have any idea to solve this problem?

0 Kudos
0 Replies