You are here: Start » FIL.NET » FIS.DrawGridImage Method

FIS.DrawGridImage Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
ioImageFilNet.Image
inTileImageFilNet.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