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
Input value inRectangle Rectangle2D
Input value inAnchor Anchor2D
Input value inWidthDelta float 0.0 Value added to width of the rectangle
Input value inHeightDelta float 0.0 Value added to height of the rectangle
Output value outRectangle Rectangle2D