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

DrawMapShapeEventArgs(MapShape) Constructor

Initializes a new instance of the DrawMapShapeEventArgs class with the specified settings.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

public DrawMapShapeEventArgs(
    MapShape item
)

Parameters

Name Type Description
item MapShape

A MapShape class descendant which should be drawn.

Remarks

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

See Also