绘制
命名空间:
GISShare.SMap.WPF.Layer
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法bool OnDraw(
DrawType eDrawType,
IDisplay pDisplay,
IDrawArgs pDrawArgs
)
Function OnDraw (
eDrawType As DrawType,
pDisplay As IDisplay,
pDrawArgs As IDrawArgs
) As Boolean
bool OnDraw(
DrawType eDrawType,
IDisplay^ pDisplay,
IDrawArgs^ pDrawArgs
)
abstract OnDraw :
eDrawType : DrawType *
pDisplay : IDisplay *
pDrawArgs : IDrawArgs -> bool
参数
- eDrawType
- 类型: GISShare.SMap.WPF.ViewDrawType
绘制类型 - pDisplay
- 类型: GISShare.SMap.WPF.ViewIDisplay
显示对象 - pDrawArgs
- 类型: GISShare.SMap.WPF.ViewIDrawArgs
绘制参数
返回值
类型:
Boolean成功返回true
参见