将地图导出为便携网络图形(PNG)格式图像文件。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public bool OutputMapToPNG( string fileName, bool isBackTransparent ) |
参数
- fileName
- Type: System..::.String
导出的PNG文件的名称。
- isBackTransparent
- Type: System..::.Boolean
表示背景色是否透明。
返回值
如果输出成功返回 true,失败返回false。备注
注意:当比例尺为无穷大(即Scale属性值为0)时出图失败。将地图窗口中可见范围的内容输出为PNG文件。当无界面出图时,出图范围需要根据设置ImageSize属性值来确定。
示例
请参见 OutputMapToJPG 方法的示例。