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

MapUiHitInfo(Point, MapHitUiElementType) Constructor

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

public MapUiHitInfo(
    Point hitPoint,
    MapHitUiElementType hitElement
)

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.

See Also