GetColumn

PageRenderInfo.GetColumn method

Returns the index of column where the tile with tileIndex is placed.

public int GetColumn(int tileIndex)
Parameter Type Description
tileIndex Int32 The zero-based index of the tile.

Return Value

The zero-based integer value that represents the column index.

See Also