You are here: Start » FIL.NET » Function Reference » Image » Image Drawing » FIL.DrawImagesGrid

FIL.DrawImagesGrid

Draws a grid of images.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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.

Errors

List of possible exceptions:

Error type Description
DomainError At least one image is required.
DomainError Number of images exceeds number of cells in the grid.

Function Overrides

See also