Returns the item label located at specified position.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public ItemLabel hitTestLabels ( |
A Point2D specifying where to look for labels.
An ItemLabel instance, or null if there was no label found.
See Also