You are here: Start » AVL.NET » AVS.InflateRectangle Method
AVS.InflateRectangle Method
Enlarges a rectangle by a given margin.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void InflateRectangle ( AvlNet.Rectangle2D inRectangle, float inMargin, out AvlNet.Rectangle2D outRectangle )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRectangle | AvlNet.Rectangle2D | |||
![]() | inMargin | float | |||
![]() | outRectangle | AvlNet.Rectangle2D |


