resize abstract method

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

Implementation

void resize(int cols, int rows);