Back to Aurora Vision Library website

You are here: Start » Function Reference » Image » Image Drawing » DrawImagesGrid

DrawImagesGrid


Header: AVL.h
Namespace: avl
Module: FoundationLite

Draws a grid of images.

Syntax

C++
C#
 
void avl::DrawImagesGrid
(
	const atl::Array<avl::Image>& inImages,
	int inColumnCount,
	int inRowCount,
	const atl::Optional<avl::Size>& inTileSize,
	avl::Image& outImage
)

Parameters

Name Type Range Default Description
Input value inImages const Array<Image>& Images to be draw
Input value inColumnCount int 1 - 4 Columns count
Input value inRowCount int 1 - 4 Number of rows to be draw
Input value inTileSize const Optional<Size>& NIL
Output value outImage Image& Output 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.