You are here: Start » AVL.NET » AVL.RegionUnion_OfArray Method
AVL.RegionUnion_OfArray Method
Computes a region containing all the pixels that any of the input regions contains.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RegionUnion_OfArray( AvlNet.Region[] inArray, out AvlNet.Region outRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inArray | AvlNet.Region | Array of regions. | ||
![]() | outRegion | AvlNet.Region | Union of the input regions. |


