Search
Diagram.getLinkAt Method (Point2D.Float, float)
See Also
 

Returns the top-most link that passes near the specified point.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public DiagramLink getLinkAt (
    Point2D.Float point,
    float maxDist
)

 Parameters

point

Point2D.Float object specifying where to look for a link.

maxDist

Specifies the maximum allowed distance from the point to the link.

 Return Value

The DiagramLink found at the specified position.

 See Also