DroidDiagram Programmer's Guide
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 (
    PointF point,
    float maxDist
)

 Parameters

point

PointF 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

getLinkAt Method Overload List
Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace