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

AVS.JoinImages_OfArray Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void JoinImages_OfArray
(
	IList<AvlNet.Image> inImages,
	AvlNet.JoinDirection inDirection,
	int inMargin,
	AvlNet.Image outImage
)

Parameters

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

See also