点击或拖拽改变大小

EmptyDisplay 构造函数

空的视图对象(用于参数计算)

命名空间:  GISShare.SMap.WinForm.View
程序集:  GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public EmptyDisplay(
	double dDPI,
	double dScale,
	ISpatialReference pSpatialReference,
	ref IPoint pPointLT,
	ref IPoint pPointRB
)

参数

dDPI
类型: SystemDouble
当前设备的DPI(常规:96.0D)
dScale
类型: SystemDouble
比例尺
pSpatialReference
类型: GISShare.SMap.SpatialReferenceISpatialReference
pPointLT
类型: GISShare.SMap.GeometryIPoint
左上角
pPointRB
类型: GISShare.SMap.GeometryIPoint
右下角
参见