Renderer.Render
Render(Map, string)
マップをレンダリングします。
public void Render(Map map, string outputPath)
| パラメータ | タイプ | 説明 | 
|---|---|---|
| map | Map | レンダリングするマップ。 | 
| outputPath | String | 出力ファイルへのパス。 | 
例外
| 例外 | 調子 | 
|---|---|
| ArgumentNullException | どんな引数も null. | 
| IOException | I/O エラーが発生しました。 | 
関連項目
- class Map
- class Renderer
- 名前空間 Aspose.Gis.Rendering
- 組み立て Aspose.GIS
Render(Map, AbstractPath)
マップをレンダリングします。
public void Render(Map map, AbstractPath outputPath)
| パラメータ | タイプ | 説明 | 
|---|---|---|
| map | Map | レンダリングするマップ。 | 
| outputPath | AbstractPath | 出力ファイルへのパス。 | 
例外
| 例外 | 調子 | 
|---|---|
| ArgumentNullException | どんな引数も null. | 
| IOException | I/O エラーが発生しました。 | 
関連項目
- class Map
- class AbstractPath
- class Renderer
- 名前空間 Aspose.Gis.Rendering
- 組み立て Aspose.GIS