根据给定的参数,将屏幕图层导出为PNG文件。

命名空间:  SuperMap.Mapping
程序集:  SuperMap.Mapping (in SuperMap.Mapping)
版本: dll

语法

C#
public bool OutputScreenLayerToPNG(
	string fileName,
	bool isBackTransparent
)

参数

fileName
Type: System..::.String
指定的文件名。
isBackTransparent
Type: System..::.Boolean
是否背景透明。

返回值

导出成功则返回 true,否则返回 false。

版本信息

SuperMap iObjects .NET


请参见