PieChartSymbolDrawSymbol_Point 方法 |
绘制符号 点
命名空间:
GISShare.SMap.WPF.Symbol
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法protected override bool DrawSymbol_Point(
IDisplay pDisplay,
IDrawArgs pDrawArgs
)
Protected Overrides Function DrawSymbol_Point (
pDisplay As IDisplay,
pDrawArgs As IDrawArgs
) As Boolean
protected:
virtual bool DrawSymbol_Point(
IDisplay^ pDisplay,
IDrawArgs^ pDrawArgs
) override
abstract DrawSymbol_Point :
pDisplay : IDisplay *
pDrawArgs : IDrawArgs -> bool
override DrawSymbol_Point :
pDisplay : IDisplay *
pDrawArgs : IDrawArgs -> bool
参数
- pDisplay
- 类型: GISShare.SMap.WPF.ViewIDisplay
显示对象 - pDrawArgs
- 类型: GISShare.SMap.WPF.ViewIDrawArgs
绘制参数
返回值
类型:
Boolean
参见