rotate method
void
rotate()
Implementation
void rotate() {
_rotation = (_rotation + 90) % 360;
_setScale(_currentScaleValue);
}
void rotate() {
_rotation = (_rotation + 90) % 360;
_setScale(_currentScaleValue);
}