Returns the top-most link that passes near the specified point.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public DiagramLink getLinkAt ( |
A Point2D.Float object specifying where to look for a link.
Specifies the maximum allowed distance from the point to the link.
The DiagramLink found at the specified position.
See Also