Checks whether the link geometry intersects with the outline of the specified node.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public new virtual bool Intersects ( |
Visual Basic
Copy Code
|
|---|
Public Shadows Overridable Function Intersects( _ |
true if the link intersects the node, or false otherwise.
See Also