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


