Determines whether this item contains the specified point.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public abstract bool ContainsPoint ( |
Visual Basic
Copy Code
|
|---|
Public MustOverride Function ContainsPoint( _ |
A Point value specifying the logical coordinates of a diagram point.
true it this item contains the specified point; otherwise, false.
RemarksThis method is used during hit-testing.
See Also