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

AVL.DrawImagesGrid

Draws a grid of images.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void DrawImagesGrid
(
	IList<AvlNet.Image> inImages,
	int inColumnCount,
	int inRowCount,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImagesSystem.Collections.Generic.IList<AvlNet.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.
outImageAvlNet.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