public Bounds localToScene (Bounds localBounds)

Transforms a bounds from the local coordinate space of this Node into the coordinate space of its scene. Note that if this node is in a SubScene, the result is in the subscene coordinates, not that of javafx.scene.Scene.

Parameters:
localBounds    bounds in Node's space

Returns:  the bounds in the scene coordinates or null if Node is not in a Window

See also:
localToScene(javafx.geometry.Bounds, boolean)