AbstractInterface | +--photos.transform.TransformInterface
| Method Summary | |
public boolean |
Rotate(string photo_id, numeric degrees)
Rotate a photo. |
| Methods inherited from AbstractInterface |
init
|
| Method Detail |
public boolean Rotate(string photo_id, numeric degrees)
string photo_id (Required) - The id of the photo to rotate. numeric degrees (Required) - The amount of degrees by which to rotate the photo (clockwise) from it's current orientation. Valid values are 90, 180 and 270.