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 abstract void DrawImage(
	int n,
	int nw,
	int nh,
	Graphics g,
	int x,
	int y,
	int w,
	int h
)

Parameters

n
Type: System..::.Int32
The starting tile number.
nw
Type: System..::.Int32
The number of tiles in the X axis.
nh
Type: System..::.Int32
The number of tiles in the Y axis.
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.
w
Type: System..::.Int32
Width of the area.
h
Type: System..::.Int32
Height of the area.

See Also