Does anyone know how to do the following.
Say I have a map and I draw a rectangle over the state of Texas. ArcMapControl.TrackRectangle returns the lat,lon of this. However, what I'd like is to actually get the X,Y coords of the screen. For instance if the map was 500 px wide and 450 tall I'd expect something like
top = 257 bottom = 242 left = 146 right = 167
Anyone know if there is an easy way to convert this?
