Draws the bank tiles on the graphic canvas Graphics.

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

Syntax

C#
public void DrawImage(
	Graphics g,
	int x,
	int y
)

Parameters

g
Type: System.Drawing..::.Graphics
A graphics Graphics.
x
Type: System..::.Int32
The X coordinate of the area upper-left corner.
y
Type: System..::.Int32
The Y coordinate of the area upper-left corner.

See Also