Renderer.Render
Render(Map, string)
Haritayı oluşturur.
public void Render(Map map, string outputPath)
Parametre | Tip | Tanım |
---|
map | Map | Oluşturulacak harita. |
outputPath | String | Çıktı dosyasının yolu. |
istisnalar
istisna | şart |
---|
ArgumentNullException | Herhangi bir argümannull . |
IOException | Bir G/Ç hatası oluştu. |
Ayrıca bakınız
Render(Map, AbstractPath)
Haritayı oluşturur.
public void Render(Map map, AbstractPath outputPath)
Parametre | Tip | Tanım |
---|
map | Map | Oluşturulacak harita. |
outputPath | AbstractPath | Çıktı dosyasının yolu. |
istisnalar
istisna | şart |
---|
ArgumentNullException | Herhangi bir argümannull . |
IOException | Bir G/Ç hatası oluştu. |
Ayrıca bakınız