ResizeRectangle_Delta
Changes dimensions of a rectangle by adding some values.
Syntax
C++
Python
def ResizeRectangle_Delta( inRectangle: Rectangle2D, inAnchor: Anchor2D, /, *, inWidthDelta: float = 0.0, inHeightDelta: float = 0.0 ) -> outRectangle: Rectangle2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRectangle | Rectangle2D | ||
![]() |
inAnchor | Anchor2D | ||
![]() |
inWidthDelta | float | 0.0 | Value added to width of the rectangle |
![]() |
inHeightDelta | float | 0.0 | Value added to height of the rectangle |
![]() |
outRectangle | Rectangle2D |


