region method

Pixelate region(
  1. Region region
)

Implementation

Pixelate region(Region region) {
  _region = region;
  return this;
}