根据给定的参数构造一个绘制图层事件参数类的新对象。

命名空间:  SuperMap.Mapping
程序集:  SuperMap.Mapping (in SuperMap.Mapping)
版本: dll

语法

C#
public LayerDrawingEventArgs(
	Layer layer,
	MapPainter painter,
	bool cancel
)

参数

layer
Type: SuperMap.Mapping..::.Layer
指定的所绘制的图层。
painter
Type: SuperMap.Mapping..::.MapPainter
cancel
Type: System..::.Boolean
指定是否取消事件的值。如果应取消事件,则为 true;否则为 false。

请参见