Gets the tile with number tile as the bitmap Bitmap.

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

Syntax

C#
public Bitmap GetTilesBitmap(
	int tile
)

Parameters

tile
Type: System..::.Int32
The tile number in this bank.

Return Value

Returns the created bitmap containing the one tile.

See Also