根据给定的参数构造一个MapDrawingEventArgs新对象。
命名空间:
SuperMap.UI程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public MapDrawingEventArgs( Map map, bool cancel, MapPainter painter ) |
参数
- map
- Type: SuperMap.Mapping..::.Map
指定的地图对象。
- cancel
- Type: System..::.Boolean
表示是否应取消事件的值。
- painter
- Type: SuperMap.Mapping..::.MapPainter
地图自定义绘制对象。