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
inImageArraySystem.Collections.Generic.IList<FilNet.Image>
inScalefloat1.0fDefault value: 1.0f.
outImageFilNet.ImageOutput image.

Function Overrides

See also