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
)
Function ExportImage (
eDrawType As DrawType,
dScale As Double,
pPointLT As IPoint,
pPointRB As IPoint
) As Image
Image^ ExportImage(
DrawType eDrawType,
double dScale,
IPoint^ pPointLT,
IPoint^ pPointRB
)
abstract ExportImage :
eDrawType : DrawType *
dScale : float *
pPointLT : IPoint *
pPointRB : IPoint -> Image
参数
- eDrawType
- 类型: GISShare.SMap.WinForm.ViewDrawType
绘制类型 - dScale
- 类型: SystemDouble
比例尺 - pPointLT
- 类型: GISShare.SMap.GeometryIPoint
左上角 - pPointRB
- 类型: GISShare.SMap.GeometryIPoint
右下角
返回值
类型:
ImageImage
参见