MapFlashGeometry 方法 (IGeometry, Int32, Int32, ISymbol) |
闪烁几何图形
命名空间:
GISShare.SMap.WPF.View
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public bool FlashGeometry(
IGeometry pGeometry,
int iNum,
int iInterval,
ISymbol pSymbol
)
Public Function FlashGeometry (
pGeometry As IGeometry,
iNum As Integer,
iInterval As Integer,
pSymbol As ISymbol
) As Boolean
public:
virtual bool FlashGeometry(
IGeometry^ pGeometry,
int iNum,
int iInterval,
ISymbol^ pSymbol
) sealed
abstract FlashGeometry :
pGeometry : IGeometry *
iNum : int *
iInterval : int *
pSymbol : ISymbol -> bool
override FlashGeometry :
pGeometry : IGeometry *
iNum : int *
iInterval : int *
pSymbol : ISymbol -> bool
参数
- pGeometry
- 类型: GISShare.SMap.GeometryIGeometry
几何图形 - iNum
- 类型: SystemInt32
闪烁次数 - iInterval
- 类型: SystemInt32
闪烁时间间隔 - pSymbol
- 类型: GISShare.SMap.WPF.SymbolISymbol
渲染符号(为空使用默认符号)
返回值
类型:
Boolean可执行闪烁返回true
实现
IMapFlashFlashGeometry(IGeometry, Int32, Int32, ISymbol)
参见