BaseDisplay 构造函数 (Control, Double, ISpatialReference, Rectangle, IBoundingBox, Rectangle, IBoundingBox, Int32, Int32, Point, Single, Double, Boolean, Boolean, Boolean) |
BaseDisplay 构造函数
命名空间:
GISShare.SMap.WinForm.View
程序集:
GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public BaseDisplay(
Control entity,
double dScale,
ISpatialReference pSpatialReference,
Rectangle mapFrame,
IBoundingBox pExtent,
Rectangle virtualFrame,
IBoundingBox pVirtualExtent,
int iDatumOffestX,
int iDatumOffestY,
Point rotateOrigin,
float fRotateAngle,
double dRotateRadian,
bool bMultiThreading,
bool bBlockedWaiting,
bool bNoBuffer
)
Public Sub New (
entity As Control,
dScale As Double,
pSpatialReference As ISpatialReference,
mapFrame As Rectangle,
pExtent As IBoundingBox,
virtualFrame As Rectangle,
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(
Control^ entity,
double dScale,
ISpatialReference^ pSpatialReference,
Rectangle mapFrame,
IBoundingBox^ pExtent,
Rectangle virtualFrame,
IBoundingBox^ pVirtualExtent,
int iDatumOffestX,
int iDatumOffestY,
Point rotateOrigin,
float fRotateAngle,
double dRotateRadian,
bool bMultiThreading,
bool bBlockedWaiting,
bool bNoBuffer
)
new :
entity : Control *
dScale : float *
pSpatialReference : ISpatialReference *
mapFrame : Rectangle *
pExtent : IBoundingBox *
virtualFrame : Rectangle *
pVirtualExtent : IBoundingBox *
iDatumOffestX : int *
iDatumOffestY : int *
rotateOrigin : Point *
fRotateAngle : float32 *
dRotateRadian : float *
bMultiThreading : bool *
bBlockedWaiting : bool *
bNoBuffer : bool -> BaseDisplay
参数
- entity
- 类型: System.Windows.FormsControl
- dScale
- 类型: SystemDouble
- pSpatialReference
- 类型: GISShare.SMap.SpatialReferenceISpatialReference
- mapFrame
- 类型: System.DrawingRectangle
- pExtent
- 类型: GISShare.SMap.GeometryIBoundingBox
- virtualFrame
- 类型: System.DrawingRectangle
- pVirtualExtent
- 类型: GISShare.SMap.GeometryIBoundingBox
- iDatumOffestX
- 类型: SystemInt32
- iDatumOffestY
- 类型: SystemInt32
- rotateOrigin
- 类型: System.DrawingPoint
- fRotateAngle
- 类型: SystemSingle
- dRotateRadian
- 类型: SystemDouble
- bMultiThreading
- 类型: SystemBoolean
- bBlockedWaiting
- 类型: SystemBoolean
- bNoBuffer
- 类型: SystemBoolean
参见