Calculates tile boundary Rectangle with given coordinates.

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

Syntax

C#
Rectangle GetTileRectangle(
	int indexX,
	int indexY
)

Parameters

indexX
Type: System..::.Int32
Source tile coordinates in the X axis.
indexY
Type: System..::.Int32
Source tile coordinates in the Y axis.

Return Value

Returns calculated value of the tile boundary Rectangle.

See Also