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

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

Syntax

C#
public void SetTileHeight(
	int tileHeight,
	int height
)

Parameters

tileHeight
Type: System..::.Int32
Tile height.
height
Type: System..::.Int32
Whole area height.

See Also