EnumerateImageTiles
Enumerates tiles from image.
Syntax
C++
C#
Python
def EnumerateImageTiles( state: EnumerateImageTilesState, inImage: Image, outTile: Image, /, *, inTileWidth: int = 1, inTileHeight: int | None = None, inOverflowControl: bool = False, inDelay: int = 0, diagTilePosition: Box | None = None ) -> ( outResult: bool, outIsFirst: bool, outIsLast: bool )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | EnumerateImageTilesState | |||
![]() |
inImage | Image | Image to be enumerated | ||
![]() |
inTileWidth | int | 1 - ![]() |
1 | Tile width |
![]() |
inTileHeight | int | None | 1 - ![]() |
None | Tile height |
![]() |
inOverflowControl | bool | False | Allow overflow | |
![]() |
inDelay | int | 0 | Minimum time between iterations in milliseconds | |
![]() |
outTile | Image | |||
![]() |
outIsFirst | bool | Flag indicating the first iteration | ||
![]() |
outIsLast | bool | Flag indicating the last iteration | ||
![]() |
diagTilePosition | Box | None | None | Cut out tile position. |





