根据给定的参数构造一个绘制图层事件参数类的新对象。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public LayerDrawingEventArgs( Layer layer, bool cancel ) |
参数
- layer
- Type: SuperMap.Mapping..::.Layer
指定的所绘制的图层。
- cancel
- Type: System..::.Boolean
指定是否取消事件的值。如果应取消事件,则为 true;否则为 false。