DiagramControl.CalcHitInfo(Func<FrameworkElement, Point>) Method
In This Article
Returns information on an object located at the specified position.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.2.dll
NuGet Package: DevExpress.Wpf.Diagram
#Declaration
public DiagramHitInfo[] CalcHitInfo(
Func<FrameworkElement, Point> getPosition
)
#Parameters
Name | Type | Description |
---|---|---|
get |
Func<Framework |
A function that returns the point where a target element is located. |
#Returns
Type | Description |
---|---|
DevExpress. |
A Diagram |
See Also