You are here: Start » FIL.NET » Invoke.JoinImages_OfArray
Creates a single image by glueing together many input images in horizontal or vertical direction.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void JoinImages_OfArray ( List<Fil.Image> inImages, Fil.JoinDirection inDirection, int inMargin, Fil.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImages | System.Collections.Generic.List<Fil.Image> | Array of input images. | ||
![]() | inDirection | Fil.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 | Fil.Image | Output image. |