You are here: Start » FIL.NET » FIS.DrawImagesGrid Method
FIS.DrawImagesGrid Method
Draws a grid of images.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void DrawImagesGrid ( IList<FilNet.Image> inImages, int inColumnCount, int inRowCount, FilNet.Size? inTileSize, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImages | System.Collections.Generic.IList<FilNet.Image> | Images to be draw. | ||
![]() | inColumnCount | int | <1, INF> | 4 | Columns count. Default value: 4. |
![]() | inRowCount | int | <1, INF> | 4 | Number of rows to be draw. Default value: 4. |
![]() | inTileSize | FilNet.Size? | |||
![]() | outImage | FilNet.Image | Output image. |