|
MapGuide API Reference
|
| virtual MgByteReader* MgRenderingService::RenderMap | ( | MgMap * | map, |
| MgSelection * | selection, | ||
| MgEnvelope * | extents, | ||
| INT32 | width, | ||
| INT32 | height, | ||
| MgColor * | backgroundColor, | ||
| CREFSTRING | format | ||
| ) | [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 |
| extents | Input map extents. Specifies the extents for the map |
| width | Input image width. Specifies the image width in pixels |
| height | Input image height. Specifies the image height in pixels |
| backgroundColor | Input background color. Specifies the map background color |
| format | Input image format. Defines the format of the resulting image |