Search
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
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override bool ContainsPoint (
    Point point,
    double threshold
)

Visual Basic  Copy Code

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

 Parameters

point

threshold

 Return Value

 See Also