Determines whether this item contains the specified point.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public abstract bool ContainsPoint ( |
Visual Basic Copy Code |
---|
Public MustOverride Function ContainsPoint( _ |
true it this item contains the specified point; otherwise, false.
This method is used during hit-testing to see if the mouse is inside the item.