Renderer.Render

Render(Map, string)

渲染地图。

public void Render(Map map, string outputPath)
参数类型描述
地图地图要渲染的地图。
outputPathString输出文件的路径。

异常

异常条件
ArgumentNullException任何参数为 null
IOException发生 I/O 错误。

另见


Render(Map, AbstractPath)

渲染地图。

public void Render(Map map, AbstractPath outputPath)
参数类型描述
地图地图要渲染的地图。
outputPathAbstractPath输出文件的路径。

异常

异常条件
ArgumentNullException任何参数为 null
IOException发生 I/O 错误。

另见