Renderer.Render

Render(Map, string)

Renders map.

public void Render(Map map, string outputPath)
ParameterTypeDescription
mapMapMap to render.
outputPathStringPath to the output file.

Exceptions

exceptioncondition
ArgumentNullExceptionAny argument is null.
IOExceptionAn I/O error occurred.

See Also


Render(Map, AbstractPath)

Renders map.

public void Render(Map map, AbstractPath outputPath)
ParameterTypeDescription
mapMapMap to render.
outputPathAbstractPathPath to the output file.

Exceptions

exceptioncondition
ArgumentNullExceptionAny argument is null.
IOExceptionAn I/O error occurred.

See Also