Hi,
I'm trying to move an image on a raster map and found some perfomance issues with my code. The map image is a 10000x7000x8bpp BMP and the image I want to move is 48x48. The C# code is attached to this message.
Regarding the performance, when I look at the map at full zoom out, the CPU usage is about 20%. When I'm zooming it goes up to 30-40% . I tried to disable the map refresh - wpfMap1.Refresh(wpfMap1.Overlays["PlaneOverlay"]);, and the CPU usage became 0%.
How can I improve the perfomance of my application?
1320-Window1.xaml.cs (3.56 KB)