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

AVS.EnlargeRegionNTimes Method

Enlarges a region by a natural factor.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void EnlargeRegionNTimes
(
	AvlNet.Region inRegion,
	int inN,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inNint<1, INF>2The scaling coefficient. Default value: 2.
outRegionAvlNet.RegionOutput region.

See also