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