地图绘制时调用
命名空间:
GISShare.SMap.WPF.View
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法protected virtual void OnMapDraw(
DrawingContext e
)
Protected Overridable Sub OnMapDraw (
e As DrawingContext
)
protected:
virtual void OnMapDraw(
DrawingContext^ e
)
abstract OnMapDraw :
e : DrawingContext -> unit
override OnMapDraw :
e : DrawingContext -> unit
参数
- e
- 类型: System.Windows.MediaDrawingContext
地图绘制事件参数
参见