crop static method

Crop crop()

Extracts a region of the given width and height out of the original image.

returns Crop object.

Implementation

static Crop crop() {
  return Crop();
}