Node nodeFromPoint(point)

Returns the node of this graph found at point.

Throws ArgumentError if there is no Node located at point.

Source

Node nodeFromPoint(Point point);