You are here: Start » AVL.NET » AVL.ReduceSurface Method
AVL.ReduceSurface Method
Reduces surface dimensions as much as possible.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ReduceSurface( AvlNet.Surface inSurface, AvlNet.Region inRoi, out AvlNet.Surface outSurface )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurface | AvlNet.Surface | Input surface. | ||
![]() | inRoi | AvlNet.Region | Region of interest. Default value: atl::NIL, or null. | ||
![]() | outSurface | AvlNet.Surface | Reduced surface. |


