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