You are here

public function ImageCrop::getYOffset in Image javascript crop 7

Get the X offset from the current imagecrop object.

File

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

Class

ImageCrop
@file Imagecrop class to handle the javascript imagecrop.

Code

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