You are here: Start » AVL.NET » AVL.RegionUnion_OfArray

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
(
	AvlNet.Region[] inArray,
	out AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inArrayAvlNet.Region[]Array of regions.
outRegionAvlNet.RegionUnion of the input regions.

Description

Array version of RegionUnion.

See also