DroidDiagram Programmer's Guide
DiagramLink.containsPoint Method (Point2D)
See Also
 






DiagramItem.containsPoint override. Checks whether this link contains the specified point. This method is called during hit-testing to determine if the touch is over the link.

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

 Syntax

Java  Copy Code

public boolean containsPoint (
    PointF point
)

 Parameters

point
The point to check.

 Return Value

true it this link contains the specified point; otherwise, false.

 See Also

DiagramLink Members
DiagramLink Class
com.mindfusion.diagramming Namespace
labelFromPoint Method