You are here: Start » AVL.NET » Invoke.EnlargeRegionNTimes
Enlarges a region by a natural factor.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void EnlargeRegionNTimes ( Avl.Region inRegion, int inN, Avl.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | Avl.Region | Input region. | ||
![]() | inN | int | <1, INF> | 2 | The scaling coefficient. Default value: 2. |
![]() | outRegion | Avl.Region | Output region. |