Search
Diagram.getLinkAt Method
See Also
 






Finds and returns the topmost DiagramLink found at the specified location.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function getLinkAt (point)

 Parameters

point

A Point instance identifying a diagram location.

 Return Value

The topmost DiagramLink found at the given location or null if no DiagramLink has been found.

 See Also