DiagramItem.Intersects override. Checks whether the specified rectangle intersects with this node.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public override bool Intersects ( |
Visual Basic
Copy Code
|
|---|
Public Overrides Function Intersects( _ |
A System.Windows.Rect instance.
true if this node intersects the rectangle, or false otherwise.
See Also