You are here: Start » AVL.NET » Invoke.DrawImagesGrid

Invoke.DrawImagesGrid

Draws a grid of images.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void DrawImagesGrid
(
	List<Avl.Image> inImages,
	int inColumnCount,
	int inRowCount,
	Optional<Avl.Size> inTileSize,
	Avl.Image outImage
)

Parameters

Name Type Range Default Description
inImagesSystem.Collections.Generic.List<Avl.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.
inTileSizeAtl.Optional<Avl.Size>
outImageAvl.ImageOutput image.

See also