绘制(Silverlight中无效)
命名空间:
GISShare.SMap.WPF.Symbol
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public override bool OnDraw(
DrawType eDrawType,
IDisplay pDisplay,
IDrawArgs pDrawArgs
)
Public Overrides Function OnDraw (
eDrawType As DrawType,
pDisplay As IDisplay,
pDrawArgs As IDrawArgs
) As Boolean
public:
virtual bool OnDraw(
DrawType eDrawType,
IDisplay^ pDisplay,
IDrawArgs^ pDrawArgs
) override
abstract OnDraw :
eDrawType : DrawType *
pDisplay : IDisplay *
pDrawArgs : IDrawArgs -> bool
override 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
实现
ISymbolOnDraw(DrawType, IDisplay, IDrawArgs)ISymbolOnDraw(DrawType, IDisplay, IDrawArgs)ISymbolOnDraw(DrawType, IDisplay, IDrawArgs)
参见