根据给定的参数初始化布局绘制事件参数类的新实例。
命名空间:
SuperMap.UI程序集: SuperMap.Layout (in SuperMap.Layout)
版本: dll
语法
C# |
---|
public MapLayoutDrawingEventArgs( MapLayout mapLayout, bool cancel ) |
参数
- mapLayout
- Type: SuperMap.Layout..::.MapLayout
指定的布局对象。
- cancel
- Type: System..::.Boolean
表示是否应取消事件的值。如果应取消事件,则为 true;否则为 false。