resize method

void resize(
  1. int width,
  2. int height
)

Implementation

void resize(int width, int height) {
  _core.resize(width, height);
}