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

Invoke.RegionInteriors

Removes boundary pixels from a region.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RegionInteriors
(
	Avl.Region inRegion,
	Avl.RegionConnectivity inConnectivity,
	Avl.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
inConnectivityAvl.RegionConnectivityType of connectivity used for the region foreground.
outRegionAvl.RegionOutput region.

See also