ASP.NET Pack 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 (
    Point2D.Float point
)

 Parameters

point

Point2D 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