You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]()  | inImages | System.Collections.Generic.List<Avl.Image> | Array of image tiles. | ||
![]()  | inRowCount | int | <1, INF> | Defines how many output image rows there are in inImages. | |
![]()  | inColumnCount | int | <1, INF> | Defines how many images builds one row in inImages. | |
![]()  | outJoinedImage | Avl.Image | Glued image. | 


