You are here

public function ImageCrop::getImageStyle in Image javascript crop 7

Get the current cropped image style.

File

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

Class

ImageCrop
@file Imagecrop class to handle the javascript imagecrop.

Code

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