Search
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 ItemLabel labelFromPoint (
    Point2D point
)

 Parameters

point

Point2D instance.

 Return Value

The LinkLabel that contains the specified point.

 See Also