I'd like to be able to set the absolute width of the current extent, given a particular height/width of the map control and a center point. Here's something along the lines of what I'd like to do:
Public Sub SetMapDisplay(ByVal CenterPoint As LatLong, ByVal Width As Double)
Any way I can create a RectangleShape for the extent based on screen height/width and a given map width in the unit of the base map?