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

Invoke.JoinImageTiles

Joins previously cut tiles into single image.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void JoinImageTiles
(
	List<Avl.Image> inImages,
	int inRowCount,
	int inColumnCount,
	Avl.Image outJoinedImage
)

Parameters

Name Type Range Default Description
inImagesSystem.Collections.Generic.List<Avl.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.
outJoinedImageAvl.ImageGlued image.

See also