Calculates tile boundary Rectangle for given tile.

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

Syntax

C#
void GetTileRectangle(
	int index,
	ref Rectangle rect
)

Parameters

index
Type: System..::.Int32
Tile number to calculete its boundary.
rect
Type: System.Drawing..::.Rectangle %
Calculated value of the tile boundary.

See Also