Determines whether this item contains the specified point.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public virtual bool ContainsPoint ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Function ContainsPoint( _ |
The point to check.
true it this item contains the specified point; otherwise, false.
RemarksThis method is used during hit-testing to see if the mouse is inside the item.
See Also