Returns the top-most link that passes near the specified point.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
Java
![]() |
---|
public DiagramLink getLinkAt ( |
A PointF objectspecifying where to look for a link.
Specifies the maximum allowed distancefrom the point to the link.
true if locked links should be excluded from the search, otherwise false.
true if links being modified should be excluded from the search, otherwise false.
An output parameter that returns the index of the link segment that is closest to the specified point
The DiagramLink found at the specified position.