Back to Aurora Vision Studio website
You are here: Start » Filter Reference » Image » Image Drawing » DrawImagesGrid
| Module: | FoundationLite |
|---|
Draws a grid of images.
| Name | Type | Range | Description | |
|---|---|---|---|---|
![]() |
inImages | ImageArray | Images to be draw | |
![]() |
inColumnCount | Integer | 1 - ![]() |
Columns count |
![]() |
inRowCount | Integer | 1 - ![]() |
Number of rows to be draw |
![]() |
inTileSize | Size* | ||
![]() |
outImage | Image | Output image | |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
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. |
Complexity Level
This filter is available on Basic Complexity Level.

Basic

