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

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
inSurfaceAvl.SurfaceInput surface.
inRoiAtl.Optional<Avl.Region>Region of interest. Default value: atl::NIL.
outSurfaceAvl.SurfaceReduced surface.

See also