Skip to main content
A newer version of this page is available. .

DiagramControl.CalcHitItem(PointF) Method

Returns the diagram item located at the specified position.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public DiagramItem CalcHitItem(
    PointF diagramRelativePoint
)

Parameters

Name Type Description
diagramRelativePoint PointF

A test point where a target element is located.

Returns

Type Description
DiagramItem

A diagram item located at the specified position.

See Also