|
MapGuide API Reference
|
| virtual MgByteReader* MgRenderingService::RenderMap | ( | MgMap * | map, |
| MgSelection * | selection, | ||
| CREFSTRING | format, | ||
| bool | bKeepSelection, | ||
| bool | bClip, | ||
| MgColor * | selectionColor | ||
| ) | [pure virtual] |
Renders the specified MgMap to the requested image format.
| map | Input map object containing current state of map. |
| selection | Input map feature selection. Specifies the selected features on the map |
| format | Input image format. Defines the format of the resulting image |
| bKeepSelection | Input true if you want to keep the selection |
| bClip | Input true if you want to clip feature geometry |