You are here: Start » AVL.NET » Function Reference » Surface » Surface Spatial Transforms » 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,
	NullableRef<AvlNet.Region> inRoi,
	AvlNet.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inRoiAvlNet.NullableRef<AvlNet.Region>Region of interest. Default value: atl::NIL.
outSurfaceAvlNet.SurfaceReduced surface.

Function Overrides

See also