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






DiagramNode.containsPoint override. Checks whether this node contains the specified point. This method is called during hit-testing to determine if the pointer is over the node.

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 node contains the specified point, or false otherwise.

 See Also

containsPoint Method Overload List
FreeFormNode Members
FreeFormNode Class
com.mindfusion.diagramming Namespace