You are here: Start » AVL.NET » AVL.RegionUnion_OfArray(AvlNet.Region[], AvlNet.Region)

AVL.RegionUnion_OfArray(AvlNet.Region[], AvlNet.Region)

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

inArray
Type: AvlNet.Region
Array of regions
outRegion
Type: AvlNet.Region
Union of the input regions

See also