Renderer.Render

Render(Map, string)

マップをレンダリングします。

public void Render(Map map, string outputPath)
パラメータタイプ説明
mapMapレンダリングするマップ。
outputPathString出力ファイルへのパス。

例外

例外調子
ArgumentNullExceptionどんな引数もnull.
IOExceptionI/O エラーが発生しました。

関連項目


Render(Map, AbstractPath)

マップをレンダリングします。

public void Render(Map map, AbstractPath outputPath)
パラメータタイプ説明
mapMapレンダリングするマップ。
outputPathAbstractPath出力ファイルへのパス。

例外

例外調子
ArgumentNullExceptionどんな引数もnull.
IOExceptionI/O エラーが発生しました。

関連項目