Search
DiagramNode.ContainsPoint Method (PointF)
See Also
 





DiagramItem.ContainsPoint override.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override bool ContainsPoint (
    PointF point
)

Visual Basic  Copy Code

Public Overrides Function ContainsPoint( _
    point As PointF _
) As Boolean

 Parameters

point
A PointF value specifying the logical coordinates of a diagram point.

 Return Value

true if this node contains the specified point; otherwise, false.

 See Also