Renderer.Render
Render(Map, string)
Renders map.
public void Render(Map map, string outputPath)
Parameter | Type | Description |
---|---|---|
map | Map | Map to render. |
outputPath | String | Path to the output file. |
Exceptions
exception | condition |
---|---|
ArgumentNullException | Any argument is null . |
IOException | An I/O error occurred. |
See Also
- class Map
- class Renderer
- namespace Aspose.Gis.Rendering
- assembly Aspose.GIS
Render(Map, AbstractPath)
Renders map.
public void Render(Map map, AbstractPath outputPath)
Parameter | Type | Description |
---|---|---|
map | Map | Map to render. |
outputPath | AbstractPath | Path to the output file. |
Exceptions
exception | condition |
---|---|
ArgumentNullException | Any argument is null . |
IOException | An I/O error occurred. |
See Also
- class Map
- class AbstractPath
- class Renderer
- namespace Aspose.Gis.Rendering
- assembly Aspose.GIS