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

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
inRegionAvl.RegionInput region.
inMaxLengthint<0, INF>3Maximal length of a branch of the input region to be pruned. Default value: 3.
outRegionAvl.RegionOutput region.

See also