MindFusion.Wpf Pack Programmer's Guide
ShapeNode.ContainsPoint Method (Point, Double)
See Also
 





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

 Syntax

C#  Copy Code

public override bool ContainsPoint (
    Point diagramPoint,
    double threshold
)

Visual Basic  Copy Code

Public Overrides Function ContainsPoint( _
    diagramPoint As Point, _
    threshold As Double _
) As Boolean

 Parameters

diagramPoint

threshold

 Return Value

 See Also

ContainsPoint Method Overload List
ShapeNode Members
ShapeNode Class
MindFusion.Diagramming.Wpf Namespace