You are here:
Start »
AVL.NET »
AVL.EnlargeRegionNTimes Method
AVL.EnlargeRegionNTimes Method
Enlarges a region by a natural factor.
| Namespace: | AvlNet |
| Assembly: | AVL.NET.dll |
Syntax
public static void EnlargeRegionNTimes(
AvlNet.Region inRegion,
int inN,
out AvlNet.Region outRegion
)
Parameters
|
Name |
Type |
Range |
Default |
Description |
 | inRegion | AvlNet.Region | | | Input region. |
 | inN | int | <1, INF> | 2 | The scaling coefficient. Default value: 2. |
 | outRegion | AvlNet.Region | | | Output region. |
Examples
EnlargeRegionNTimes performed on the sample region.
Errors
| Error type |
Description |
| DomainError |
Input and output regions are not distinct in EnlargeRegionNTimes. |
| DomainError |
Output region too big in EnlargeRegionNTimes. |
See also