Search
DiagramNode.LabelFromPoint Method
See Also
 





Returns the label whose layout rectangle contains the specified point.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public NodeLabel LabelFromPoint (
    PointF point
)

Visual Basic  Copy Code

Public Function LabelFromPoint( _
    point As PointF _
) As NodeLabel

 Parameters

point

A PointF instance.

 Return Value

The NodeLabel that contains the specified point.

 See Also