DroidDiagram Programmer's Guide
Diagram.getLinksAt Method
See Also
 






Returns the links that contain the specified point.

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

 Syntax

Java  Copy Code

public DiagramLinkList getLinksAt (
    PointF point
)

 Parameters

point

PointF object specifying the location at which to look for links.

 Return Value

A DiagramLinkList instance containing the links lying at the specified location.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace