Transforms a point 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
.
x | the x coordinate of a point in Node's space | |
y | the y coordinate of a point in Node's space | |
z | the z coordinate of a point in Node's space |
localToScene(double, double, double, boolean)
Diagram: Node