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