|
Renders the specified MgMap to the requested image format.
- Parameters:
-
| 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 |
- Returns:
- A byte reader containing the rendered image
|