根据给定的参数构造一个地图绘制继续事件参数类的新对象。
命名空间:
SuperMap.UI程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public MapDrawContinuingEventArgs( Map map, int percent, bool cancel ) |
参数
- map
- Type: SuperMap.Mapping..::.Map
指定的当前绘制的地图对象。
- percent
- Type: System..::.Int32
当前绘制的地图部分占整个地图的百分比。
- cancel
- Type: System..::.Boolean
指示是否应取消事件的值。如果应取消事件,则为 true;否则为 false。