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


