Back to Adaptive Vision Studio website

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

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

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