DrawImagesGrid
Draws a grid of images.
Syntax
C++
Python
def DrawImagesGrid( inImages: list[Image], outImage: Image, /, *, inColumnCount: int = 4, inRowCount: int = 4, inTileSize: Size | None = None ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inImages | list[Image] | Images to be draw | ||
![]() |
inColumnCount | int | 1 - ![]() |
4 | Columns count |
![]() |
inRowCount | int | 1 - ![]() |
4 | Number of rows to be draw |
![]() |
inTileSize | Size | None | None | ||
![]() |
outImage | Image | Output image |



