public function ImageCrop::getHeight in Image javascript crop 7
Get the height from the current crop area.
File
- includes/
imagecrop.class.inc, line 164 - Imagecrop class to handle the javascript imagecrop.
Class
- ImageCrop
- @file Imagecrop class to handle the javascript imagecrop.
Code
public function getHeight() {
return $this->height;
}