You are here: Start » FIL.NET » FIL.ErodeRegion_Threshold

FIL.ErodeRegion_Threshold

Erodes a region with inThresholdValue pixels of inKernel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ErodeRegion_Threshold
(
	FilNet.Region inRegion,
	FilNet.Region inKernel,
	FilNet.Location? inKernelAnchor,
	int inThresholdValue,
	FilNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
inKernelFilNet.Region
inKernelAnchorFilNet.Location?
inThresholdValueint<0, INF>
outRegionFilNet.RegionOutput region.

Errors

List of possible exceptions:

Error type Description
DomainError inKernel empty in ErodeRegion_Threshold

Function Overrides

See also