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

MapOverlayHitInfo(Point, MapHitUiElementType, MapOverlay, MapOverlayItemBase) Constructor

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public MapOverlayHitInfo(
    Point hitPoint,
    MapHitUiElementType hitElement,
    MapOverlay overlay,
    MapOverlayItemBase overlayItem
)

Parameters

Name Type Description
hitPoint Point

A Point object, specifying the hit tested point.

hitElement MapHitUiElementType

A MapHitUiElementType enumeration value, specifying the type of the hit UI element.

overlay MapOverlay

A MapOverlay object that was hit.

overlayItem MapOverlayItemBase

A MapOverlayItemBase class descendant object that was hit.

See Also