Gets tiles as the bitmap Bitmap.

Namespace:  SGP.Baltie2D
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public Bitmap GetTilesBitmap(
	int tile,
	int tileCountX,
	int tileCountY
)

Parameters

tile
Type: System..::.Int32
The starting tile number.
tileCountX
Type: System..::.Int32
The number of tiles in the X axis.
tileCountY
Type: System..::.Int32
The number of tiles in the Y axis.

Return Value

Returns the created bitmap containing tileCountX x tileCountY tiles.

See Also