Returns the links that contain the specified point.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public DiagramLinkList getLinksAt ( |
A Point2D object specifying the location at which to look for links.
A DiagramLinkList instance containing the links lying at the specified location.
See Also