IMapRefresh 方法 (String, DrawType, Object, Rect) |
刷新
命名空间:
GISShare.SMap.WPF.View
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法void Refresh(
string strDrawName,
DrawType eDrawType,
Object objTarget,
Rect rectangle
)
Sub Refresh (
strDrawName As String,
eDrawType As DrawType,
objTarget As Object,
rectangle As Rect
)
void Refresh(
String^ strDrawName,
DrawType eDrawType,
Object^ objTarget,
Rect rectangle
)
abstract Refresh :
strDrawName : string *
eDrawType : DrawType *
objTarget : Object *
rectangle : Rect -> unit
参数
- strDrawName
- 类型: SystemString
绘制名称 - eDrawType
- 类型: GISShare.SMap.WPF.ViewDrawType
绘制类型 - objTarget
- 类型: SystemObject
指定本次绘制的对象 - rectangle
- 类型: System.WindowsRect
绘制矩形框
参见