API Panel.Position.ScaleUp
From Flowcode Help
Jump to navigationJump to search
Detailed description
This multiplies the scale of the Handle object by an absolute value. Note the difference between scale and size. An objects scale is only equal to its size if it has no child objects to define its boundary.
Examples
Calling in a calculation
- Add to a calculation icon:
::Panel.Position.ScaleUp(handle, x, y, z)
No additional examples