Calculates tile boundary Rectangle for given tile.

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

Syntax

C#
Rectangle GetTileRectangle(
	int index
)

Parameters

index
Type: System..::.Int32
ile number to calculete its boundary.

Return Value

Returns calculated value of the tile boundary Rectangle.

See Also