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

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

Syntax

C#
public void SetCountY(
	int count,
	int height
)

Parameters

count
Type: System..::.Int32
Tiles number in the Y axis.
height
Type: System..::.Int32
Whole area height.

See Also