zoom method

ZoomPanArea zoom(
  1. int zoom
)

Implementation

ZoomPanArea zoom(int zoom) {
  _zoom = zoom;
  return this;
}