栅格视图对象(用于数据导出)
命名空间:
GISShare.SMap.WinForm.View
程序集:
GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public RasterDisplay(
double dDPI,
double dScale,
ISpatialReference pSpatialReference,
ref IPoint pPointLT,
ref IPoint pPointRB
)
Public Sub New (
dDPI As Double,
dScale As Double,
pSpatialReference As ISpatialReference,
ByRef pPointLT As IPoint,
ByRef pPointRB As IPoint
)
public:
RasterDisplay(
double dDPI,
double dScale,
ISpatialReference^ pSpatialReference,
IPoint^% pPointLT,
IPoint^% pPointRB
)
new :
dDPI : float *
dScale : float *
pSpatialReference : ISpatialReference *
pPointLT : IPoint byref *
pPointRB : IPoint byref -> RasterDisplay
参数
- dDPI
- 类型: SystemDouble
当前设备的DPI(常规:96.0D) - dScale
- 类型: SystemDouble
比例尺 - pSpatialReference
- 类型: GISShare.SMap.SpatialReferenceISpatialReference
- pPointLT
- 类型: GISShare.SMap.GeometryIPoint
左上角 - pPointRB
- 类型: GISShare.SMap.GeometryIPoint
右下角
参见