Hi,
We have some code that takes in a top left and bottom right points and sets the current extent of the map display:
_mapObj.CurrentExtent=new RectangleShape(extent.LowerRightPoint.Y,extent.LowerRightPoint.X,extent.UpperLeftPoint.Y,extent.UpperLeftPoint.X);
but we observe that the value for the LowerRightPoint and UpperLeftPoint of Map.CurrentExtent are different from what we have assigned in above line using "extent".
Can you tell me what is the problem here? How can we set the map extent correctly?
Thanks,
Sunil