You are here: Start » AVL.NET » Function Reference » Region » Region Combinators » AVL.RegionUnion_OfArray
Computes a region containing all the pixels that any of the input regions contains.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void RegionUnion_OfArray ( IList<AvlNet.Region> inArray, AvlNet.Region outRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inArray | System.Collections.Generic.IList<AvlNet.Region> | Array of regions. | ||
![]() | outRegion | AvlNet.Region | Union of the input regions. |
Description
Array version of RegionUnion.


