Back to FabImage Library website
You are here: Start » Function Reference » Image » Image Drawing » DrawImagesGrid
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Draws a grid of images.
Syntax
C++
C#
void fil::DrawImagesGrid ( const ftl::Array<fil::Image>& inImages, int inColumnCount, int inRowCount, const ftl::Optional<fil::Size>& inTileSize, fil::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. |