ASP.NET Pack Programmer's Guide
Diagram.getLinkAt Method
See Also
 





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

Namespace: MindFusion.Diagramming
Package: 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

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace