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

AVS.DrawImagesGrid Method

Draws a grid of images.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DrawImagesGrid
(
	IList<AvlNet.Image> inImages,
	int inColumnCount,
	int inRowCount,
	AvlNet.Size? inTileSize,
	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.
inTileSizeAvlNet.Size?
outImageAvlNet.ImageOutput image.

Function Overrides

See also