点击或拖拽改变大小

BaseDisplay 构造函数 (UIElement, Double, ISpatialReference, Rect, IBoundingBox, Rect, IBoundingBox, Int32, Int32, Point, Single, Double, Boolean, Boolean, Boolean)

BaseDisplay 构造函数

命名空间:  GISShare.SMap.WPF.View
程序集:  GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public BaseDisplay(
	UIElement entity,
	double dScale,
	ISpatialReference pSpatialReference,
	Rect mapFrame,
	IBoundingBox pExtent,
	Rect virtualFrame,
	IBoundingBox pVirtualExtent,
	int iDatumOffestX,
	int iDatumOffestY,
	Point rotateOrigin,
	float fRotateAngle,
	double dRotateRadian,
	bool bMultiThreading,
	bool bBlockedWaiting,
	bool bNoBuffer
)

参数

entity
类型: System.WindowsUIElement
dScale
类型: SystemDouble
pSpatialReference
类型: GISShare.SMap.SpatialReferenceISpatialReference
mapFrame
类型: System.WindowsRect
pExtent
类型: GISShare.SMap.GeometryIBoundingBox
virtualFrame
类型: System.WindowsRect
pVirtualExtent
类型: GISShare.SMap.GeometryIBoundingBox
iDatumOffestX
类型: SystemInt32
iDatumOffestY
类型: SystemInt32
rotateOrigin
类型: System.WindowsPoint
fRotateAngle
类型: SystemSingle
dRotateRadian
类型: SystemDouble
bMultiThreading
类型: SystemBoolean
bBlockedWaiting
类型: SystemBoolean
bNoBuffer
类型: SystemBoolean
参见