In that case, you can divide the value of scrollX and scrollY by cellWidth and cellHeight, like this: (scrollY / cellHeight) >> 0, (scrollX / cellWidth) ...
確定! 回上一頁