You are here: Start » FIL.NET » FIS.DrawGridImage Method
FIS.DrawGridImage Method
Draws an image as a tile on an image considered to be a grid of tiles.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void DrawGridImage ( FilNet.Image ioImage, FilNet.Image inTileImage, int inColumnIndex, int inRowIndex )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioImage | FilNet.Image | ||||
![]() | inTileImage | FilNet.Image | Image to be pasted to the grid. | ||
![]() | inColumnIndex | int | Column index in the grid. | ||
![]() | inRowIndex | int | Row index in the grid. |