Calculates boundary of the tile Rectangle for the given tile number.

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

Syntax

C#
protected Rectangle GetTileRectangle(
	int n
)

Parameters

n
Type: System..::.Int32
The tile number.

Return Value

Returns the calculated tile boundary. Rectangle.

See Also