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
.
localX | x coordinate of a point in Node's space | |
localY | y coordinate of a point in Node's space |
Window
Diagram: Node