Skip to main content

DiagramControl.CalcHitInfo(PointF) Method

Returns information on an object located at the specified position.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public DiagramHitInfo[] CalcHitInfo(
    PointF diagramRelativePoint
)

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