Returns the nodes that contain the specified point.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public DiagramNodeList getNodesAt ( |
A Point2D.Float object specifying where to look for nodes.
A DiagramNodeList containing all nodes found at the specified position.
See Also