AdornerUIManager.CalcHitInfo(Point) Method
Returns the HitInfo object for the target location.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v21.2.dll
Declaration
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