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
Input value inImages list[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 Size | None None
Output value outImage Image Output image