点击或拖拽改变大小

IMapExport2ExportImage 方法 (DrawType, Double, IPoint, IPoint)

导出图片

命名空间:  GISShare.SMap.WinForm.View
程序集:  GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
Image ExportImage(
	DrawType eDrawType,
	double dScale,
	IPoint pPointLT,
	IPoint pPointRB
)

参数

eDrawType
类型: GISShare.SMap.WinForm.ViewDrawType
绘制类型
dScale
类型: SystemDouble
比例尺
pPointLT
类型: GISShare.SMap.GeometryIPoint
左上角
pPointRB
类型: GISShare.SMap.GeometryIPoint
右下角

返回值

类型: Image
Image
参见