Calculates tile boundary Rectangle for given tile.

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

Syntax

C#
public Rectangle GetTileRectangle(
	int index
)

Parameters

index
Type: System..::.Int32
Number of the tile to calculate boundary for.

Return Value

Returns calculated value of the tile boundary Rectangle.

Implements

IXTileCut..::.GetTileRectangle(Int32)

See Also