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

AVS.ReduceSurface Method

Reduces surface dimensions as much as possible.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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