Page 1 of 1
Req: Bitmap HFlip and VFlip
Posted: Sun Nov 18, 2012 12:38 pm
by Walter Sommerfeld
Even in FS ruby i didn't found this...

Re: Req: Bitmap HFlip and VFlip
Posted: Sun Nov 18, 2012 7:51 pm
by MyCo
You can draw the Bitmap with an area, where width and/or height are negative, this automatically flips the bitmap.
Re: Req: Bitmap HFlip and VFlip
Posted: Mon Nov 19, 2012 4:59 pm
by infuzion
MyCo wrote:You can draw the Bitmap with an area, where width and/or height are negative, this automatically flips the bitmap.
Add this to the "undocumented things I didn't know I could do" list! cheers MyCo
Re: Req: Bitmap HFlip and VFlip
Posted: Mon Nov 19, 2012 10:55 pm
by Walter Sommerfeld
Damn,
it's 2 simple... should have tried this before...
Works fine - many thanks MyCo
cheers