Back to Aurora Vision Library Lite website
You are here: Start » Image » Image Drawing » DrawImagesGrid
DrawImagesGrid
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
Draws a grid of images.
Syntax
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 | |
|---|---|---|---|---|---|
![]() |
inImages | const Array<Image>& | Images to be draw | ||
![]() |
inColumnCount | int | 1 - ![]() |
4 | Columns count |
![]() |
inRowCount | int | 1 - ![]() |
4 | Number of rows to be draw |
![]() |
inTileSize | const Optional<Size>& | NIL | ||
![]() |
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. |



