You are here: Start » AVL.NET » Invoke.ReduceSurface
Reduces surface dimensions as much as possible.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void ReduceSurface ( Avl.Surface inSurface, Optional<Avl.Region> inRoi, Avl.Surface outSurface )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | Avl.Surface | Input surface. | ||
![]() | inRoi | Atl.Optional<Avl.Region> | Region of interest. Default value: atl::NIL. | ||
![]() | outSurface | Avl.Surface | Reduced surface. |