DiagramItem.containsPoint override. Checks whether this node contains the specified point. This method is called during hit-testing to determine if the touch is over the node.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
Java
![]() |
---|
public boolean containsPoint ( |
The point to check.
Specifies the size of the area around the node outlines where the point is still considered inside.
true it this node contains the specified point, or false otherwise.