Skip to main content
All docs
V26.1
  • MapLegendHitInfo(Point, MapHitUiElementType, MapLegendBase, MapLegendHitElement, Object) Constructor

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

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v26.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    public MapLegendHitInfo(
        Point hitPoint,
        MapHitUiElementType hitElement,
        MapLegendBase legend,
        MapLegendHitElement legendElement,
        object additionalInfo
    )

    Parameters

    Name Type Description
    hitPoint Point

    The test point.

    hitElement MapHitUiElementType

    The hit UI element type.

    legend MapLegendBase

    A MapLegendBase descendant that is the legend in the test point.

    legendElement MapLegendHitElement

    The legend element type in the test point.

    additionalInfo Object

    An object that contains additional information about the legend element.

    See Also