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

DrawMapPointerEventArgs(MapPointer) Constructor

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public DrawMapPointerEventArgs(
    MapPointer item
)

Parameters

Name Type Description
item MapPointer

A MapPointer object which should be drawn.

Remarks

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

See Also