Search
FreeFormNode.ContainsPoint Method (PointF, Single)
See Also
 





DiagramItem.ContainsPoint override.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override bool ContainsPoint (
    PointF point,
    float threshold
)

Visual Basic  Copy Code

Public Overrides Function ContainsPoint( _
    point As PointF, _
    threshold As Single _
) As Boolean

 Parameters

point

threshold

 Return Value

 See Also