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

Invoke.RegionUnion_OfArray

Computes a region containing all the pixels that any of the input regions contains.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inArraySystem.Collections.Generic.List<Fil.Region>Array of regions.
outRegionFil.RegionUnion of the input regions.

See also