Determines whether this item contains the specified point.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public abstract boolean containsPoint ( |
The point to check.
true it this item contains the specified point; otherwise, false.
RemarksThis method is used during hit-testing to determine if the pointer is inside an item.
See Also