DiagramControl.CalcHitInfo(PointF) Method
Returns information on an object located at the specified position.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
Parameters
Name | Type | Description |
---|---|---|
diagramRelativePoint | PointF | A test point where a target element is located. |
Returns
Type | Description |
---|---|
DevExpress.XtraDiagram.DiagramHitInfo[] | A DiagramHitInfo descendant that contains information on an object located at the specified position. |
See Also