DroidDiagram 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 (
    PointF point
)

 Parameters

point

PointF instance.

 Return Value

The LinkLabel that contains the specified point.

 See Also

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