You are here: Start » AVL.NET » Invoke.JoinImages_OfArray
Creates a single image by glueing together many input images in horizontal or vertical direction.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void JoinImages_OfArray ( List<Avl.Image> inImages, Avl.JoinDirection inDirection, int inMargin, Avl.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inImages | System.Collections.Generic.List<Avl.Image> | Array of input images. | ||
![]()  | inDirection | Avl.JoinDirection | Direction in which images are joined. | ||
![]()  | inMargin | int | <0, INF> | 0 | Thickness (in pixels) of black frame around joined images. Default value: 0. | 
![]()  | outImage | Avl.Image | Output image. | 


