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
)
Public Sub New (
entity As UIElement,
dScale As Double,
pSpatialReference As ISpatialReference,
mapFrame As Rect,
pExtent As IBoundingBox,
virtualFrame As Rect,
pVirtualExtent As IBoundingBox,
iDatumOffestX As Integer,
iDatumOffestY As Integer,
rotateOrigin As Point,
fRotateAngle As Single,
dRotateRadian As Double,
bMultiThreading As Boolean,
bBlockedWaiting As Boolean,
bNoBuffer As Boolean
)
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
)
new :
entity : UIElement *
dScale : float *
pSpatialReference : ISpatialReference *
mapFrame : Rect *
pExtent : IBoundingBox *
virtualFrame : Rect *
pVirtualExtent : IBoundingBox *
iDatumOffestX : int *
iDatumOffestY : int *
rotateOrigin : Point *
fRotateAngle : float32 *
dRotateRadian : float *
bMultiThreading : bool *
bBlockedWaiting : bool *
bNoBuffer : bool -> BaseDisplay
参数
- 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
参见