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

AVS.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
(
	IList<AvlNet.Region> inArray,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inArraySystem.Collections.Generic.IList<AvlNet.Region>Array of regions.
outRegionAvlNet.RegionUnion of the input regions.

See also