You are here: Start » FIL.NET » Invoke.EnumerateImageTiles
Enumerates tiles from image.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static bool EnumerateImageTiles ( Fil.EnumerateImageTilesState ioState, Fil.Image inImage, int inTileWidth, Optional<int> inTileHeight, bool inOverflowControl, int inDelay, Fil.Image outTile, Optional<bool> outIsFirst, Optional<bool> outIsLast, Diagnostic<Fil.Box> diagTilePosition )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | Fil.EnumerateImageTilesState | ||||
![]() | inImage | Fil.Image | Image to be enumerated. | ||
![]() | inTileWidth | int | <1, INF> | 1 | Tile width. Default value: 1. |
![]() | inTileHeight | Ftl.Optional<int> | <1, INF> | Tile height. Default value: ftl::NIL. | |
![]() | inOverflowControl | bool | Allow overflow. | ||
![]() | inDelay | int | Minimum time between iterations in milliseconds. | ||
![]() | outTile | Fil.Image | |||
![]() | outIsFirst | Ftl.Optional<bool> | Flag indicating the first iteration. | ||
![]() | outIsLast | Ftl.Optional<bool> | Flag indicating the last iteration. | ||
![]() | diagTilePosition | Fil.Diagnostic<Fil.Box> | Cut out tile position. |