You are here: Start » FIL.NET » FIS.AddImages_OfArray Method
FIS.AddImages_OfArray Method
Adds images of an array pixel by pixel.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void AddImages_OfArray ( IList<FilNet.Image> inImageArray, NullableRef<FilNet.Region> inRoi, float inScale, FilNet.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImageArray | System.Collections.Generic.IList<FilNet.Image> | |||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inScale | float | 1.0f | Default value: 1.0f. | |
![]() | outImage | FilNet.Image | Output image. |


