GraphicsLayerDrawTypeFilter 方法 |
绘制类型过滤器
命名空间:
GISShare.SMap.WPF.Layer
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法protected virtual bool DrawTypeFilter(
DrawType eDrawType,
ITarget pTarget
)
Protected Overridable Function DrawTypeFilter (
eDrawType As DrawType,
pTarget As ITarget
) As Boolean
protected:
virtual bool DrawTypeFilter(
DrawType eDrawType,
ITarget^ pTarget
)
abstract DrawTypeFilter :
eDrawType : DrawType *
pTarget : ITarget -> bool
override DrawTypeFilter :
eDrawType : DrawType *
pTarget : ITarget -> bool
参数
- eDrawType
- 类型: GISShare.SMap.WPF.ViewDrawType
绘制类型 - pTarget
- 类型: GISShare.SMap.WPF.ViewITarget
指定本次绘制的对象
返回值
类型:
Boolean返回 true 表示需要重新绘制绘制
参见