Skip to main content
A newer version of this page is available. .

DrawMapShapeEventArgs(MapShape, MapItemsLayerBase) Constructor

Initializes a new instance of the DrawMapShapeEventArgs class with the specified map pointer and layer.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

public DrawMapShapeEventArgs(
    MapShape item,
    MapItemsLayerBase layer
)

Parameters

Name Type Description
item MapShape

A MapShape object which should be drawn.

layer MapItemsLayerBase

A MapItemsLayerBase descendant to which the pointer belongs.

Remarks

Instances of the DrawMapShapeEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also