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

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

语法

C#
public bool OutputScreenLayerToPNG(
	string fileName,
	bool isBackTransparent,
	int dpi,
	Rectangle2D bounds
)

参数

fileName
Type: System..::.String
指定的文件名。
isBackTransparent
Type: System..::.Boolean
是否背景透明。
dpi
Type: System..::.Int32
指定的dpi。
bounds
Type: SuperMap.Data..::.Rectangle2D
指定的出图的地理范围。

返回值

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

请参见