DxHtmlPainterContext.CalcHitInfo(Point, Object) Method
In This Article
Returns the hit information about an HTML element located at the given coordinates.
Namespace: DevExpress.Utils.Html
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
point | Point | The coordinates of a point to check. The (0,0) coordinates belong to the top left corner of a template. |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
interactivity |
Object | null | The ID that allows you to obtain the specific instance of a custom-drawn template. |
#Returns
Type | Description |
---|---|
DevExpress. |
Contains hit information related to the element that is located underneath the target point. |
See Also