MindFusion.Wpf Pack Programmer's Guide
DiagramItem.LabelFromPoint Method
See Also
 





Returns the ItemLabel located at specified point.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

A Point where to look for labels.

 Return Value

An ItemLabel instance.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming.Wpf Namespace