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





Returns the label whose layout rectangle contains the specified point.

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

 Syntax

C#  Copy Code

public override ItemLabel LabelFromPoint (
    Point point
)

Visual Basic  Copy Code

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

 Parameters

point

A Point instance.

 Return Value

The LinkLabel that contains the specified point.

 See Also

DiagramLink Members
DiagramLink Class
MindFusion.Diagramming.Wpf Namespace