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

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

Syntax

C#
public void SetCountX(
	int count,
	int width
)

Parameters

count
Type: System..::.Int32
Tiles number in the X axis.
width
Type: System..::.Int32
Whole area width.

See Also