Search
Diagram.hitTestLabels Method
See Also
 

Returns the item label located at specified position.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public ItemLabel hitTestLabels (
    Point2D point
)

 Parameters

point

A Point2D specifying where to look for labels.

 Return Value

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

 See Also