点击或拖拽改变大小

MapRefresh 方法 (String, DrawType, Object, Rect)

刷新

命名空间:  GISShare.SMap.WPF.View
程序集:  GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public void Refresh(
	string strDrawName,
	DrawType eDrawType,
	Object objTarget,
	Rect rectangle
)

参数

strDrawName
类型: SystemString
绘制名称
eDrawType
类型: GISShare.SMap.WPF.ViewDrawType
绘制类型
objTarget
类型: SystemObject
指定本次绘制的对象
rectangle
类型: System.WindowsRect
绘制矩形框

实现

IMapRefresh(String, DrawType, Object, Rect)
参见