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

Invoke.EnlargeRegionNTimes

Enlarges a region by a natural factor.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void EnlargeRegionNTimes
(
	Avl.Region inRegion,
	int inN,
	Avl.Region outRegion
)

Parameters

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

See also