Back to FabImage Library Lite website
You are here: Start » Box » ResizeBox_Delta

ResizeBox_Delta
Changes the dimensions of a box by adding some values.
Syntax
void fil::ResizeBox_Delta ( const fil::Box& inBox, fil::Anchor2D::Type inAnchor, int inWidthDelta, int inHeightDelta, fil::Box& outBox )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inBox | const Box& | Input box | |
![]() |
inAnchor | Anchor2D::Type | TopLeft | Point of the box which position will not change |
![]() |
inWidthDelta | int | 0 | Value added to width of the box |
![]() |
inHeightDelta | int | 0 | Value added to height of the box |
![]() |
outBox | Box& | Resized box |
Errors
Error type | Description |
---|---|
DomainError | Negative box dimensions in ResizeBox_Delta. |