Calculates matrix-coordinates for the field with given serial number.

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

Syntax

C#
public void GetTileIndexXY(
	int index,
	out int indexX,
	out int indexY
)

Parameters

index
Type: System..::.Int32
Number of the tile to calculate coordinates for.
indexX
Type: System..::.Int32 %
Calculated coordinates in the X axis.
indexY
Type: System..::.Int32 %
Calculated coordinates in the Y axis.

See Also