Hi guys, is it possible to rotate and flip an image at the same time? Something like
manipulation |= DirectGraphics.FLIP_HORIZONTAL;
manipulation |= ROTATE_90;
and then calling drawImage with such manipulation variable.
I'm trying it but the image only flips... is it impossible, so?
Thanks in advance

Reply With Quote

