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
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