You are here: Start » AVL.NET » Invoke.DownsampleRegion
Shrinks a region by the factor of two along each axis.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void DownsampleRegion ( Avl.Region inRegion, Avl.DownsampleRegionMode inDownsampleRegionMode, int inScaleStep, Avl.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | Avl.Region | Input region. | ||
![]() | inDownsampleRegionMode | Avl.DownsampleRegionMode | |||
![]() | inScaleStep | int | <0, 12> | 1 | Defines how many times the region size is divided by 2. Default value: 1. |
![]() | outRegion | Avl.Region | Output region. |