Back to FabImage Studio website
You are here: Start » Filter Reference » Box » ResizeBox_Relative
Resizes a box to relatively defined dimensions.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inBox | Box | Input box | |
![]() |
inAnchor | Anchor2D | Point of the box which position will not change | |
![]() |
inHorizontalScale | Real | 0.0 - ![]() |
Scale factor of the horizontal resize |
![]() |
inVerticalScale | Real | 0.0 - ![]() |
Scale factor of the vertical resize |
![]() |
outBox | Box | Resized box |
Description
The operation resizes an input box multiplying its width by inHorizontalScale and height by inVerticalScale.
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filters is member of ResizeBox filter group.