text/microsoft-resx 2.0 System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 This sample demonstrates hooking on to the map rendering pipeline. The viewer exposes a PreMapRender and PostMapRender events allowing you to do your own custom painting before and after the map is rendered. Note that when the map viewer's paint method is invoked, it is not calling MapGuide's Rendering Service APIs. Instead it is rendering a buffered result of a previous call to the APIs. Refreshing a map calls the Rendering Service APIs and buffers the result for future control paint calls, allowing for client-side transformations when panning, zooming, etc These events allow you to render custom backdrops or overlays for your map. Notice how the pre-render text can be obscured by the map, whereas the post-render text will always display