Back to Devexpress

DiagramControl.CalcHitInfo(PointF) Method

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontrol-dot-calchitinfo-x28-system-dot-drawing-dot-pointf-x29.md

latest1.4 KB
Original Source

DiagramControl.CalcHitInfo(PointF) Method

Returns information on an object located at the specified position.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
public DiagramHitInfo[] CalcHitInfo(
    PointF diagramRelativePoint
)
vb
Public Function CalcHitInfo(
    diagramRelativePoint As PointF
) As DiagramHitInfo()

Parameters

NameTypeDescription
diagramRelativePointPointF

A test point where a target element is located.

|

Returns

TypeDescription
DevExpress.XtraDiagram.DiagramHitInfo[]

A DiagramHitInfo descendant that contains information on an object located at the specified position.

|

See Also

DiagramControl Class

DiagramControl Members

DevExpress.XtraDiagram Namespace