MapControlRefreshDelay 方法 |
延迟刷新
命名空间:
GISShare.SMap.WPF.UI
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public void RefreshDelay(
int iMillisecondsTimeout,
DrawType eDrawType,
Object objTarget,
Rect rectangle
)
Public Sub RefreshDelay (
iMillisecondsTimeout As Integer,
eDrawType As DrawType,
objTarget As Object,
rectangle As Rect
)
public:
virtual void RefreshDelay(
int iMillisecondsTimeout,
DrawType eDrawType,
Object^ objTarget,
Rect rectangle
) sealed
abstract RefreshDelay :
iMillisecondsTimeout : int *
eDrawType : DrawType *
objTarget : Object *
rectangle : Rect -> unit
override RefreshDelay :
iMillisecondsTimeout : int *
eDrawType : DrawType *
objTarget : Object *
rectangle : Rect -> unit
参数
- iMillisecondsTimeout
- 类型: SystemInt32
将当前线程挂起指定的时间(毫秒) - eDrawType
- 类型: GISShare.SMap.WPF.ViewDrawType
绘制类型 - objTarget
- 类型: SystemObject
指定本次绘制的对象 - rectangle
- 类型: System.WindowsRect
绘制矩形框
实现
IMapControlRefreshDelay(Int32, DrawType, Object, Rect)
参见