Initializes a new bank instance Baltie2DImageTiles from the image image.

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

Syntax

C#
public Baltie2DImageTiles(
	Image image,
	int countX,
	int countY
)

Parameters

image
Type: System.Drawing..::.Image
A bank image Image.
countX
Type: System..::.Int32
The number of tiles in the X axis.
countY
Type: System..::.Int32
The number of tiles in the Y axis.

See Also