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