pivot property
read / write
The normalized point which the node is transformed around.
// Position myNode from is middle top
myNode.pivot = new Point(0.5, 0.0);
Implementation
Offset pivot
The normalized point which the node is transformed around.
// Position myNode from is middle top
myNode.pivot = new Point(0.5, 0.0);
Offset pivot