Skip to main content
All docs
V25.1
  • AdornerUIManager.CalcHitInfo(Point) Method

    Returns the HitInfo object for the target location.

    Namespace: DevExpress.Utils.VisualEffects

    Assembly: DevExpress.Utils.v25.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    public AdornerUIHitInfo CalcHitInfo(
        Point location
    )

    Parameters

    Name Type Description
    location Point

    The HitInfo object for the target location.

    Returns

    Type Description
    DevExpress.Utils.VisualEffects.AdornerUIHitInfo

    The AdornerUIHitInfo object allows you to identify which UI elements are at the coordinates.

    Remarks

    See the AdornerUIManager.Click event description for an example.

    See Also