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 (
    PointF point
)

Visual Basic  Copy Code

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

 Parameters

point

A PointF specifying where to look for labels.

 Return Value

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

 See Also