Skip to main content
All docs
V26.1
  • DrawMapPointerEventArgs(MapPointer, MapItemsLayerBase) Constructor

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

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v26.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    public DrawMapPointerEventArgs(
        MapPointer item,
        MapItemsLayerBase layer
    )

    Parameters

    Name Type Description
    item MapPointer

    A MapPointer object which should be drawn.

    layer MapItemsLayerBase

    A MapItemsLayerBase descendant to which the pointer belongs.

    Remarks

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

    See Also