resize abstract method

Future resize(
  1. int width,
  2. int height,
  3. int left,
  4. int top,
)

Implementation

Future resize(int width, int height, int left, int top);