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

Invoke.JoinImages_OfArray

Creates a single image by glueing together many input images in horizontal or vertical direction.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void JoinImages_OfArray
(
	List<Avl.Image> inImages,
	Avl.JoinDirection inDirection,
	int inMargin,
	Avl.Image outImage
)

Parameters

Name Type Range Default Description
inImagesSystem.Collections.Generic.List<Avl.Image>Array of input images.
inDirectionAvl.JoinDirectionDirection in which images are joined.
inMarginint<0, INF>0Thickness (in pixels) of black frame around joined images. Default value: 0.
outImageAvl.ImageOutput image.

See also