How to make it more smoothly smoothly when drag map

658
1
06-06-2017 01:06 AM
xiaoguangyan
New Contributor III

I think the map (in Runtime SDK  samples) is more likely shakes than Google Map when drag the map to navigate, how to make it more smoothly when drag map?

0 Kudos
1 Reply
dotMorten_esri
Esri Notable Contributor

A few things: First try and run without the Visual Studio debugger attached. You should see much better performance.

Secondly, if you're using WPF, try UWP instead and compare it. WPF isn't a very good performer when it comes to DirectX 11 integration. UWP resolves that with proper UI composition and can much easier get to 60 frames per second, which WPF really struggles with.

0 Kudos