I'm trying to make map center on certain Latitude/Longitude but Esri map control uses it's own X/Y coordinate system.
control.MapControl.PanTo(new MapPoint(control.MapCenter.Latitude, control.MapCenter.Longitude));
This code does not work. Is there any "conversion" routine to get MapPoint out of Lat/Lon or what should I do?