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

FIS.ShrinkRegionNTimes Method

Shrinks a region by a natural factor along each axis.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ShrinkRegionNTimes
(
	FilNet.Region inRegion,
	int inNX,
	int? inNY,
	float inThreshold,
	FilNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
inNXint<1, INF>2Default value: 2.
inNYint?<1, INF>
inThresholdfloat<0.0f, 1.0f>0.5fHow much of the input pixels must be present to produce output pixel. When 0 - any pixel, when 1 - all pixels. Default value: 0.5f.
outRegionFilNet.RegionOutput region.

Function Overrides

See also