You are here: Start » AVL.NET » AVS.AddImages_OfArray Method

AVS.AddImages_OfArray Method

Adds images of an array pixel by pixel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AddImages_OfArray
(
	IList<AvlNet.Image> inImageArray,
	float inScale,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageArraySystem.Collections.Generic.IList<AvlNet.Image>
inScalefloat1.0fDefault value: 1.0f.
outImageAvlNet.ImageOutput image.

Function Overrides

See also