ASP.NET Pack Programmer's Guide
DiagramLink.labelFromPoint Method
See Also
 






Returns the label whose layout rectangle contains the specified point.

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

 Syntax

Java  Copy Code

public LinkLabel labelFromPoint (
    Point2D point
)

 Parameters

point

Point2D instance.

 Return Value

The LinkLabel that contains the specified point.

 See Also

DiagramLink Members
DiagramLink Class
com.mindfusion.diagramming Namespace
getLabels Method
addLabel Method