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 | |
|---|---|---|---|---|---|
![]() | inImages | System.Collections.Generic.IList<AvlNet.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 | AvlNet.Image | Glued image. |


