MapUiHitInfo(Point, MapHitUiElementType) Constructor
Initializes a new instance of the MapUiHitInfo class with the specified settings.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
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