MindFusion WinForms Programmer's Guide
DiagramItem.LabelFromPoint Method
See Also
 





Returns the ItemLabel located at specified point.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual ItemLabel LabelFromPoint (
    PointF point
)

Visual Basic  Copy Code

Public Overridable Function LabelFromPoint( _
    point As PointF _
) As ItemLabel

 Parameters

point

A Point where to look for labels.

 Return Value

An ItemLabel instance.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming Namespace
LinkLabel Class
NodeLabel Class