Back to FabImage Library Lite website
You are here: Start » Geometry 2D Spatial Transforms » ResizeRectangle_Delta

ResizeRectangle_Delta
Changes dimensions of a rectangle by adding some values.
Syntax
void fil::ResizeRectangle_Delta ( const fil::Rectangle2D& inRectangle, fil::Anchor2D::Type inAnchor, float inWidthDelta, float inHeightDelta, fil::Rectangle2D& outRectangle )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inRectangle | const Rectangle2D& | ||
![]() |
inAnchor | Anchor2D::Type | TopLeft | |
![]() |
inWidthDelta | float | 0.0f | Value added to width of the rectangle |
![]() |
inHeightDelta | float | 0.0f | Value added to height of the rectangle |
![]() |
outRectangle | Rectangle2D& |
Errors
Error type | Description |
---|---|
DomainError | Negative rectangle dimensions in ResizeRectangle_Delta. |