Back to FabImage Studio website
You are here: Start » Filter Reference » Basic » Box » ResizeBox
Module: | FoundationLite |
---|
Changes the dimensions of a box.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inBox | Box | Input box | |
![]() |
inAnchor | Anchor2D | Point of the box which position will not change | |
![]() |
inNewWidth | Integer* | 0 - ![]() |
Target width of the box |
![]() |
inNewHeight | Integer* | 0 - ![]() |
Target height of the box |
![]() |
outBox | Box | Resized box |
Description
The operation changes dimensions of input Box to (inNewWidth, inNewHeight).
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filter is member of ResizeBox filter group.
See Also
- ResizeBox_Relative – Resizes a box to relatively defined dimensions.
- ResizeRegion – Enlarges or shrinks a region to new dimensions.