Hi,
I have a bitmap resourse.
I use the original bmp, and sometimes need use the reversed bmp.
I mean flip horizontally, not rotating it.
Can any one help me?
Hi,
I have a bitmap resourse.
I use the original bmp, and sometimes need use the reversed bmp.
I mean flip horizontally, not rotating it.
Can any one help me?
Do you know how to rotate a bitmap?
One easy way is to use set/get scanlines of the CFbsBitmap.
Actually I was asking that in order to point out that CBitmapRotator can mirror bitmaps too.
Actually Flipping is not 100% same as rotating, try out and you'll see the small difference..
Check TRotationAngle if you are interested.
Good one, didn't notice that you can do mirroring with that API as well..