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