You are here: Start » AVL.NET » AVS.DrawGridImage Method

AVS.DrawGridImage Method

Draws an image as a tile on an image considered to be a grid of tiles.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DrawGridImage
(
	AvlNet.Image ioImage,
	AvlNet.Image inTileImage,
	int inColumnIndex,
	int inRowIndex,
	int? inGridWidth,
	int? inGridHeight
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inTileImageAvlNet.ImageImage to be pasted to the grid.
inColumnIndexintColumn index in the grid.
inRowIndexintRow index in the grid.
inGridWidthint?<1, INF>
inGridHeightint?<1, INF>

See also