根据给定的参数构造一个MapLayoutDrawingEventArgs新对象。

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

语法

C#
public MapLayoutDrawingEventArgs(
	MapLayout mapLayout,
	bool cancel,
	LayoutPainter painter
)

参数

mapLayout
Type: SuperMap.Layout..::.MapLayout
指定的MapLayout对象。
cancel
Type: System..::.Boolean
是否应取消事件的值。如果应取消事件,则为 true;否则为 false。
painter
Type: SuperMap.Layout..::.LayoutPainter
用户绘制的自定义对象。

请参见