Back to Adaptive Vision Studio website

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

ResizeBox_Relative


Module: FoundationLite

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 filter is member of ResizeBox filter group.

See Also

  • ResizeBox – Changes the dimensions of a box.
  • ResizeRegion – Enlarges or shrinks a region to new dimensions.