地图刷新事件 构造函数
命名空间:
GISShare.SMap.WPF.View
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public MapRefreshEventArgs(
string strDrawName,
DrawType eDrawType,
Object objTarget,
Rect rectangle
)
Public Sub New (
strDrawName As String,
eDrawType As DrawType,
objTarget As Object,
rectangle As Rect
)
public:
MapRefreshEventArgs(
String^ strDrawName,
DrawType eDrawType,
Object^ objTarget,
Rect rectangle
)
new :
strDrawName : string *
eDrawType : DrawType *
objTarget : Object *
rectangle : Rect -> MapRefreshEventArgs
参数
- strDrawName
- 类型: SystemString
绘制名称 - eDrawType
- 类型: GISShare.SMap.WPF.ViewDrawType
绘制类型 - objTarget
- 类型: SystemObject
指定本次绘制的对象 - rectangle
- 类型: System.WindowsRect
绘制矩形框
参见