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

FIS.ThickenRegion Method

Performs a morphological thickening on a region using predefined kernels.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ThickenRegion
(
	FilNet.Region inRegion,
	FilNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
outRegionFilNet.RegionOutput region.

See also