You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inRegion | Fil.Region | Input region. | ||
![]() | inMaxLength | int | <0, INF> | 3 | Maximal length of a branch of the input region to be pruned. Default value: 3. |
![]() | outRegion | Fil.Region | Output region. |