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
Java
![]() |
---|
public boolean containsPoint ( |
The point to check.
true it this node contains the specified point, or false otherwise.