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

Invoke.ThickenRegion

Performs a morphological thickening on a region using predefined kernels.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ThickenRegion
(
	Avl.Region inRegion,
	Avl.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
outRegionAvl.RegionOutput region.

See also