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

AVL.ReduceSurface

Reduces surface dimensions as much as possible.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ReduceSurface
(
	AvlNet.Surface inSurface,
	AvlNet.Region inRoi,
	out AvlNet.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inRoiAvlNet.RegionRegion of interest. Default value: atl::NIL, or null.
outSurfaceAvlNet.SurfaceReduced surface.

See also