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

Invoke.RegionSymmetricDifference_OfArray

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inRegionArraySystem.Collections.Generic.List<Fil.Region>
outRegionFil.RegionOutput region.

See also