You are here: Start » FIL.NET » FIS.DrawImagesGrid Method

FIS.DrawImagesGrid Method

Draws a grid of images.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void DrawImagesGrid
(
	IList<FilNet.Image> inImages,
	int inColumnCount,
	int inRowCount,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImagesSystem.Collections.Generic.IList<FilNet.Image>Images to be draw.
inColumnCountint<1, INF>4Columns count. Default value: 4.
inRowCountint<1, INF>4Number of rows to be draw. Default value: 4.
outImageFilNet.ImageOutput image.

Function Overrides

See also