Calculates tile boundary Rectangle with given coordinates.

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

Syntax

C#
public void GetTileRectangle(
	int indexX,
	int indexY,
	ref Rectangle rect
)

Parameters

indexX
Type: System..::.Int32
Source tile coordinates in the X axis.
indexY
Type: System..::.Int32
Source tile coordinates in the Y axis.
rect
Type: System.Drawing..::.Rectangle %
Calculated value of the tile boundary.

Implements

IXTileCut..::.GetTileRectangle(Int32, Int32, Rectangle%)

See Also