You are here: Start » FIL.NET » Invoke.PruneRegion

Invoke.PruneRegion

Removes one pixel wide branches from a region.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void PruneRegion
(
	Fil.Region inRegion,
	int inMaxLength,
	Fil.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionFil.RegionInput region.
inMaxLengthint<0, INF>3Maximal length of a branch of the input region to be pruned. Default value: 3.
outRegionFil.RegionOutput region.

See also