Search
Diagram.HitTestLabels Method
See Also
 





Returns the item label located at specified position.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ItemLabel HitTestLabels (
    Point point
)

Visual Basic  Copy Code

Public Function HitTestLabels( _
    point As Point _
) As ItemLabel

 Parameters

point

A Microsoft.Maui.Graphics.Point specifying where to look for labels.

 Return Value

An ItemLabel instance, or null if there was no label found.

 See Also