resize abstract method

void resize(
  1. int columns,
  2. int rows
)

Implementation

void resize(int columns, int rows);