public Bounds sceneToLocal (Bounds sceneBounds)

Transforms a rectangle from the coordinate space of the scene into the local coordinate space of this Node. Note that if this node is in a SubScene, the arguments should be in the subscene coordinates, not that of javafx.scene.Scene.

Parameters:
sceneBounds    bounds on a Scene

Returns:  bounds in the local Node'space or null if Node is not in a Window. Null is also returned if the transformation from local to Scene is not invertible.