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