MapLegendHitInfo(Point, MapHitUiElementType, MapLegendBase, MapLegendHitElement, Object) Constructor
In This Article
Initializes a new instance of the MapLegendHitInfo class with the specified settings.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public MapLegendHitInfo(
Point hitPoint,
MapHitUiElementType hitElement,
MapLegendBase legend,
MapLegendHitElement legendElement,
object additionalInfo
)
#Parameters
Name | Type | Description |
---|---|---|
hit |
Point | The test point. |
hit |
Map |
The hit UI element type. |
legend | Map |
A Map |
legend |
Map |
The legend element type in the test point. |
additional |
Object | An object that contains additional information about the legend element. |
See Also