Render
Render(Map, string)
Rend la carte.
public void Render(Map map, string outputPath)
Paramètre |
Taper |
La description |
map |
Map |
Carte à rendre. |
outputPath |
String |
Chemin d’accès au fichier de sortie. |
Exceptions
exception |
condition |
ArgumentNullException |
Tout argument estnull . |
IOException |
Une erreur d’E/S s’est produite. |
Voir également
Render(Map, AbstractPath)
Rend la carte.
public void Render(Map map, AbstractPath outputPath)
Paramètre |
Taper |
La description |
map |
Map |
Carte à rendre. |
outputPath |
AbstractPath |
Chemin d’accès au fichier de sortie. |
Exceptions
exception |
condition |
ArgumentNullException |
Tout argument estnull . |
IOException |
Une erreur d’E/S s’est produite. |
Voir également