绘制(与UI挂钩的入口)
命名空间:
GISShare.SMap.WinForm.View
程序集:
GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public void OnDraw(
Graphics g
)
Public Sub OnDraw (
g As Graphics
)
public:
virtual void OnDraw(
Graphics^ g
) sealed
abstract OnDraw :
g : Graphics -> unit
override OnDraw :
g : Graphics -> unit
参数
- g
- 类型: System.DrawingGraphics
UI画布
实现
IMapGraphicsOnDraw(Graphics)
参见