Sets size of the tile and number of tiles in the X axis.

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

Syntax

C#
public void SetTileWidth(
	int tileWidth,
	int width
)

Parameters

tileWidth
Type: System..::.Int32
Tile width.
width
Type: System..::.Int32
Whole area width.

See Also