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 | |
---|---|---|---|---|---|
![]() | inArray | System.Collections.Generic.IList<FilNet.Region> | Array of regions. | ||
![]() | outRegion | FilNet.Region | Union of the input regions. |