DrawGridImage
Draws an image as a tile on an image considered to be a grid of tiles.
Syntax
C++
Python
def DrawGridImage( ioImage: Image, inTileImage: Image, /, *, inColumnIndex: int = 0, inRowIndex: int = 0, inGridWidth: int | None = None, inGridHeight: int | None = None ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioImage | Image | |||
![]() |
inTileImage | Image | Image to be pasted to the grid | ||
![]() |
inColumnIndex | int | 0 | Column index in the grid | |
![]() |
inRowIndex | int | 0 | Row index in the grid | |
![]() |
inGridWidth | int | None | 1 - ![]() |
None | |
![]() |
inGridHeight | int | None | 1 - ![]() |
None |



