public function ImageCrop::getXOffset in Image javascript crop 7
Get the X offset from the current imagecrop object.
File
- includes/
imagecrop.class.inc, line 143 - Imagecrop class to handle the javascript imagecrop.
Class
- ImageCrop
- @file Imagecrop class to handle the javascript imagecrop.
Code
public function getXOffset() {
return $this->xoffset;
}