Transforms a point from the coordinate space of the scene
into the local coordinate space of this Node
.
If the Node does not have any SubScene
or rootScene
is set to true, the arguments are in Scene
coordinates
of the Node returned by getScene()
. Othwerwise, the subscene coordinates are used, which is equivalent to calling
sceneToLocal(javafx.geometry.Point2D)
point | the point | |
rootScene | whether Scene coordinates should be used even if the Node is in a SubScene |
Diagram: Node