You are here: Start » FIL.NET » FIS.RegionUnion_OfArray Method

FIS.RegionUnion_OfArray Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RegionUnion_OfArray
(
	IList<FilNet.Region> inArray,
	FilNet.Region outRegion
)

Parameters

Name Type Range Default Description
inArraySystem.Collections.Generic.IList<FilNet.Region>Array of regions.
outRegionFilNet.RegionUnion of the input regions.

See also