Hi,
I have one question about CurrentExtent.
I want to set a currentExtent to the map.
So I did :
restrictedExtentForPanning = new RectangleShape(99220, 7111000, 1243000, 6050000);
map.CurrentExtent = restrictedExtentForPanning.GetBoundingBox();
But the currentExtent of the map is not equal to the restrictedExtentForPanning.GetBoundingBox(). (ie CurrentExtent_Map.png)
And I don't understand why ...
Thanks a lot for your help.
Regards.
Steph.