rotateSimple
Rotates a pixbuf by a multiple of 90 degrees, and returns the result in a new pixbuf.
If angle
is 0, this function will return a copy of src
.
Return
the new pixbuf
Since
2.6
Parameters
angle
the angle to rotate by
Rotates a pixbuf by a multiple of 90 degrees, and returns the result in a new pixbuf.
If angle
is 0, this function will return a copy of src
.
the new pixbuf
2.6
the angle to rotate by