Search
DiagramNode.containsPoint Method (Point2D)
See Also
 

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

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

 Syntax

Java  Copy Code

public boolean containsPoint (
    Point2D point
)

 Parameters

point

The point to check.

 Return Value

true it this node contains the specified point, or false otherwise.

 See Also