You are here

public function ImageCrop::getWidth in Image javascript crop 7

Get the width from the current crop area.

File

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

Class

ImageCrop
@file Imagecrop class to handle the javascript imagecrop.

Code

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