You are here: Start » AVL.NET » AVL.JoinImages_OfArray(AvlNet.Image[], AvlNet.JoinDirection, AvlNet.Image)

AVL.JoinImages_OfArray(AvlNet.Image[], AvlNet.JoinDirection, AvlNet.Image)

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(
	AvlNet.Image[] inImages,
	AvlNet.JoinDirection inDirection,
	out AvlNet.Image outImage
)

Parameters

inImages
Type: AvlNet.Image
Array of input images
inDirection
Type: AvlNet.JoinDirection
Direction in which images are joined
outImage
Type: AvlNet.Image
Output image

Examples

JoinImages used to join multiple image stripes into a single image.

Errors

Error type Description
DomainError Input images do not have the same pixel format in JoinImages_OfArray.
DomainError Input images do not have compatible dimensions in JoinImages_OfArray.
DomainError Unknown value of JoinDirection in JoinImages_OfArray.

See also