Skip to main content
All docs
V23.2

AdornerUIManager.CalcHitInfo(Point) Method

Returns the HitInfo object for the target location.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.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