Axiom.Components.Paging.Grid2PageStrategy.Grid2PageStrategy C# (CSharp) Method

Grid2PageStrategy() public method

Page strategy which loads new pages based on a regular 2D grid.
The grid can be up to 65536 x 65536 cells in size. PageIDs are generated like this: (row * 65536) + col. The grid is centred around the grid origin, such that the boundaries of the cell around that origin are [-CellSize/2, CellSize/2)
public Grid2PageStrategy ( PageManager manager ) : System
manager PageManager
return System
        public Grid2PageStrategy(PageManager manager)
            : base("Grid2D", manager)
        {
        }