You are here: Start » AVL.NET » Invoke.JoinImages_OfSeries
Creates a single image by glueing together a series of input images in horizontal or vertical direction.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void JoinImages_OfSeries ( Avl.JoinImages_OfSeriesState ioState, Avl.Image inImage, Avl.JoinDirection inDirection, int inSeriesSize, int inMargin, Conditional<Avl.Image> outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioState | Avl.JoinImages_OfSeriesState | ||||
![]()  | inImage | Avl.Image | Input image. | ||
![]()  | inDirection | Avl.JoinDirection | Direction in which images are joined. | ||
![]()  | inSeriesSize | int | <1, INF> | Number of images which are joined. | |
![]()  | inMargin | int | <0, INF> | 0 | Thickness (in pixels) of black frame around joined images. Default value: 0. | 
![]()  | outImage | Atl.Conditional<Avl.Image> | Output image. | 


