Documentation home page

CFlickr.photos.transform
Component TransformInterface

AbstractInterface
  |
  +--photos.transform.TransformInterface

Method Summary
public boolean Rotate(string photo_id, numeric degrees)
Rotate a photo.

Methods inherited from AbstractInterface
init
 

Method Detail

Rotate

public boolean Rotate(string photo_id, numeric degrees)
Rotate a photo.

Parameters:
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.