Sets tiles to the bitmap Bitmap.

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

Syntax

C#
public override void SetTilesBitmap(
	Bitmap bitmap,
	int tile,
	int tileCountX,
	int tileCountY
)

Parameters

bitmap
Type: System.Drawing..::.Bitmap
A source bitmap Bitmap.
tile
Type: System..::.Int32
The starting tile number in this bank.
tileCountX
Type: System..::.Int32
The number of tiles in the X axis.
tileCountY
Type: System..::.Int32
The number of tiles in the Y axis.

Exceptions

ExceptionCondition
System..::.ArgumentNullException bitmap is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also