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

Invoke.RegionSymmetricDifference_OfArray

Computes a region containing pixels belonging to an odd number of array regions.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RegionSymmetricDifference_OfArray
(
	List<Avl.Region> inRegionArray,
	Avl.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionArraySystem.Collections.Generic.List<Avl.Region>
outRegionAvl.RegionOutput region.

See also