地图绘制事件 委托
命名空间:
GISShare.SMap.WPF.View
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public delegate void MapDrawEventHandler(
Object sender,
DrawingContext e
)
Public Delegate Sub MapDrawEventHandler (
sender As Object,
e As DrawingContext
)
public delegate void MapDrawEventHandler(
Object^ sender,
DrawingContext^ e
)
type MapDrawEventHandler =
delegate of
sender : Object *
e : DrawingContext -> unit
参数
- sender
- 类型: SystemObject
发送者 - e
- 类型: System.Windows.MediaDrawingContext
参数
参见