Back to FabImage Studio website

You are here: Start » Filter Reference » Basic » Box » ResizeBox

ResizeBox


Module: FoundationLite

Changes the dimensions of a box.

Name Type Range Description
Input value inBox Box Input box
Input value inAnchor Anchor2D Point of the box which position will not change
Input value inNewWidth Integer* 0 - Target width of the box
Input value inNewHeight Integer* 0 - Target height of the box
Output value outBox Box Resized box

Description

The operation changes dimensions of input Box to (inNewWidth, inNewHeight).

Complexity Level

This filter is available on Advanced Complexity Level.

Filter Group

This filter is member of ResizeBox filter group.

See Also

  • ResizeRegion – Enlarges or shrinks a region to new dimensions.