处理图层绘制事件(LayerDrawing)的方法类。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public delegate void LayerDrawingEventHandler( Object sender, LayerDrawingEventArgs e ) |
参数
- sender
- Type: System..::.Object
源事件。
- e
- Type: SuperMap.Mapping..::.LayerDrawingEventArgs
包含事件数据的图层绘制事件参数类(LayerDrawingEventArgs)的对象。