Hi,
I'm a beginner in Map Suite. I have to make an upgrade from an application with Map Suite, but the web edition. Now, I'm switching to WPF version, and the API is completely different.
In my program, I have to display a map in jpg file, associated with a jgw file. I tried to make a LayverOvertlay, and use the GdiPlusRasterLayer, but it doesn't work. Moreover, should the CurrentExtent from the map object is the part of the map visible??? In the previous code in asp.net, it was written Map1.CurrentExtent = geocodeOverlay.GetBoundingBox();
In WPF version, there is no such method. How should I proceed? I'm not sure I understood well all the concepts. Should I have to load a "sh" file in all cases?