SMART datagrid v.1 > Classes > GridBase

Back  Forward

DataLudi.GridBase.pointToIndex  method

グリッドの相対座標(x, y)に位置したセル位置をリターンする。 

function pointToIndex (x: Number, y: Number, clipped: Boolean): CellIndex;
Returns
CellIndex
Parameters
x - Number.
y - Number.
clipped - Boolean.
See Also
CellIndex