void updateOriginalBoundState(const RectF& bounds);
updateOriginalBoundState compares the AproxLocalBounds with the input, and if they are different, saves the input in an OrigNodeBoundsState object in this object.
Parameters |
Description |
const RectF& bounds |
The original bounds of the node. |