You are here: Start » AVL.NET » Function Reference » Region » Region Combinators » AVL.RegionSymmetricDifference_OfArray

AVL.RegionSymmetricDifference_OfArray

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inRegionArraySystem.Collections.Generic.IList<AvlNet.Region>
outRegionAvlNet.RegionOutput region.

Description

Array version of RegionSymmetricDifference.

See also