Hi,
I have used the sample code as a basis for adding Page Layout capabilities to our application. The methods the sample provides for panning and zooming geographical features in the MapPrinterLayer are a little clumsy. I am trying to implement a method for zooming in to geographical features using a track rectangle drawn in the TrackOverlay of the WinformsMap which is the host for the PrinterInteractiveOverlay which contains the MapPrinterLayer. The shapefile I am using is in NAD83 geographic (SRID 4269). If I obtain a track rectangle using TrackEnded on the TrackOverlay of the WinformsMap it is not in the correct coordinates. How do I convert between the two so I can use this track rectangle to zoom in?
Thanks,
STeve