Search
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 (
    Point point
)

Visual Basic  Copy Code

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

 Parameters

point

 Return Value

An ItemLabel instance.

 See Also