Tests whether the specified point is contained within the outline of this node, relaxed with the specified threshold.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C#
![]() |
---|
public override bool ContainsPoint ( |
Visual Basic
![]() |
---|
Public Overrides Function ContainsPoint( _ |
The point to check.
Specifies the size of the area around the node outlines where the point is still considered inside the node.
true it this node contains the specified point, or false otherwise.
WpfDiagram Programmer's Guide | © 2025 MindFusion |