You are here: Start » AVL.NET » AVL.DownsampleRegion Method
AVL.DownsampleRegion Method
Shrinks a region by the factor of two along each axis.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void DownsampleRegion( AvlNet.Region inRegion, AvlNet.DownsampleRegionMode inDownsampleRegionMode, out AvlNet.Region outRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | AvlNet.Region | Input region. | ||
![]() | inDownsampleRegionMode | AvlNet.DownsampleRegionMode | |||
![]() | outRegion | AvlNet.Region | Output region. |
Errors
| Error type | Description |
|---|---|
| DomainError | Not supported DownsampleRegionMode in DownsampleRegion. |


