Rotate
Rotate(270);
Rotate(90);
void Rotate(int degree); // 90 and 270 only
fImageView->Rotate(90);
fImageView->Rotate(270);
void Rotate(float angle);
matrix->Rotate(angle);