I try to get width and height of my node by this way:
bounds = node.getParent().getParent().localToScreen(node.getParent().getParent().getBoundsInLocal());
But width and height have the size more than real.
I try to get width and height of my node by this way:
bounds = node.getParent().getParent().localToScreen(node.getParent().getParent().getBoundsInLocal());
But width and height have the size more than real.