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

AVS.JoinImageTiles Method

Joins previously cut tiles into single image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void JoinImageTiles
(
	IList<AvlNet.Image> inImages,
	int inRowCount,
	int inColumnCount,
	AvlNet.Image outJoinedImage
)

Parameters

Name Type Range Default Description
inImagesSystem.Collections.Generic.IList<AvlNet.Image>Array of image tiles.
inRowCountint<1, INF>Defines how many output image rows there are in inImages.
inColumnCountint<1, INF>Defines how many images builds one row in inImages.
outJoinedImageAvlNet.ImageGlued image.

See also