You are here: Start » FIL.NET » Invoke.DrawGridImage
Draws an image as a tile on an image considered to be a grid of tiles.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void DrawGridImage ( Fil.Image ioImage, Fil.Image inTileImage, int inColumnIndex, int inRowIndex, Optional<int> inGridWidth, Optional<int> inGridHeight )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioImage | Fil.Image | ||||
![]() | inTileImage | Fil.Image | Image to be pasted to the grid. | ||
![]() | inColumnIndex | int | Column index in the grid. | ||
![]() | inRowIndex | int | Row index in the grid. | ||
![]() | inGridWidth | Ftl.Optional<int> | <1, INF> | ||
![]() | inGridHeight | Ftl.Optional<int> | <1, INF> |