Draws the tile tileBankNum at the location [x,y] on the Baltie's area.

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

Syntax

C#
public void DrawTile(
	int tileBankNum,
	int x,
	int y,
	bool clear
)

Parameters

tileBankNum
Type: System..::.Int32
The tile number of the drawn tile.
x
Type: System..::.Int32
The X coordinate of the drawn tile.
y
Type: System..::.Int32
The Y coordinate of the drawn tile.
clear
Type: System..::.Boolean
Whether the area under the tile will be cleared first.

See Also