You are here: Start » FIL.NET » Invoke.ReduceSurface

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
inSurfaceFil.SurfaceInput surface.
inRoiFtl.Optional<Fil.Region>Region of interest. Default value: ftl::NIL.
outSurfaceFil.SurfaceReduced surface.

See also