Tests whether the specified point is inside this node or within the specified distance from its outlines.
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 the node.
true it this node contains the specified point; otherwise, false.