PageRenderInfo constructor

init

Initializes a new instance of the PageRenderInfo class.

def __init__(self, page_number, row_count, column_count):
    ...
Parameter Type Description
page_number int The number of the page (starts with 1).
row_count int The total number of tiles rows.
column_count int The total number of tiles columns.

See Also