Returns the top-most item that contains the specified point.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public DiagramItem getItemAt ( |
A Point2D object specifying where to look for an item.
true if locked items should be excluded from the search, otherwise false.
The DiagramItem found at the specified position.
See Also