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

Invoke.RegionUnion_OfArray

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RegionUnion_OfArray
(
	List<Avl.Region> inArray,
	Avl.Region outRegion
)

Parameters

Name Type Range Default Description
inArraySystem.Collections.Generic.List<Avl.Region>Array of regions.
outRegionAvl.RegionUnion of the input regions.

See also