You are here

public function ImageCrop::isResizable in Image javascript crop 7

Is the crop resizable or not.

File

includes/imagecrop.class.inc, line 136
Imagecrop class to handle the javascript imagecrop.

Class

ImageCrop
@file Imagecrop class to handle the javascript imagecrop.

Code

public function isResizable() {
  return $this->isResizable;
}