move

fun move(operator: UnaryOperator<Position>)

Modifies this builders Position context. Generally this would be done to "scope in" position, say to a parent elements position and dimensions.

Author

fzzyhmstrs

Since

0.6.0

Parameters

operator

UnaryOperator<Position> modifier for applying changes to the current position context.