You are here: Start » FIL.NET » Function Reference » Region » Region Spatial Transforms » FIL.EnlargeRegionNTimes
Enlarges a region by a natural factor.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void EnlargeRegionNTimes ( FilNet.Region inRegion, int inN, FilNet.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | inN | int | <1, INF> | 2 | The scaling coefficient. Default value: 2. |
![]() | outRegion | FilNet.Region | Output region. |
Examples
![]() |
![]() |
EnlargeRegionNTimes performed on the sample region.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input and output regions are not distinct in EnlargeRegionNTimes. |
DomainError | Output region too big in EnlargeRegionNTimes. |