You are here: Start » AVL.NET » Invoke.PruneRegion
Removes one pixel wide branches from a region.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void PruneRegion ( Avl.Region inRegion, int inMaxLength, Avl.Region outRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | Avl.Region | Input region. | ||
![]() | inMaxLength | int | <0, INF> | 3 | Maximal length of a branch of the input region to be pruned. Default value: 3. |
![]() | outRegion | Avl.Region | Output region. |


