public function ImageCrop::setRotation in Image javascript crop 7
Set the rotation from the image to crop.
File
- includes/
imagecrop.class.inc, line 199 - Imagecrop class to handle the javascript imagecrop.
Class
- ImageCrop
- @file Imagecrop class to handle the javascript imagecrop.
Code
public function setRotation($rotation) {
$this->rotation = $rotation;
}