You are here

public function ImageCrop::getImageHeight in Image javascript crop 7

Get the height from the image to crop.

File

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

Class

ImageCrop
@file Imagecrop class to handle the javascript imagecrop.

Code

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