You are here: Start » FIL.NET » Invoke.DrawImagesGrid
Draws a grid of images.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void DrawImagesGrid ( List<Fil.Image> inImages, int inColumnCount, int inRowCount, Optional<Fil.Size> inTileSize, Fil.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImages | System.Collections.Generic.List<Fil.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 | Ftl.Optional<Fil.Size> | |||
![]() | outImage | Fil.Image | Output image. |