Renderer.Render

Render(Map, string)

Rend la carte.

public void Render(Map map, string outputPath)
ParamètreTaperLa description
mapMapCarte à rendre.
outputPathStringChemin d’accès au fichier de sortie.

Exceptions

exceptioncondition
ArgumentNullExceptionTout argument estnull.
IOExceptionUne erreur d’E/S s’est produite.

Voir également


Render(Map, AbstractPath)

Rend la carte.

public void Render(Map map, AbstractPath outputPath)
ParamètreTaperLa description
mapMapCarte à rendre.
outputPathAbstractPathChemin d’accès au fichier de sortie.

Exceptions

exceptioncondition
ArgumentNullExceptionTout argument estnull.
IOExceptionUne erreur d’E/S s’est produite.

Voir également