Sets the XTextureTiles texture set that the XBillboardSprite class uses for displaying.

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

Syntax

C#
[DefaultMethodAttribute]
public void SetTextureTiles(
	Bitmap bitmap,
	int countX,
	int countY
)

Parameters

bitmap
Type: System.Drawing..::.Bitmap
The source Bitmap image.
countX
Type: System..::.Int32
Number of tiles in the X axis.
countY
Type: System..::.Int32
Number of tiles in the Y axis.

See Also