public Bounds screenToLocal (Bounds screenBounds)

Transforms a rectangle from the coordinate space of the javafx.stage.Screen into the local coordinate space of this Node. Returns reasonable result only in 2D space.

Parameters:
screenBounds    bounds on a Screen

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.

Since:  JavaFX 8.0