You are here: Start » FIL.NET » FIS.EnlargeRegionNTimes Method

FIS.EnlargeRegionNTimes Method

Enlarges a region by a natural factor.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

See also