how to flip Image in wpf
Posted
by shashank
on Stack Overflow
See other posts from Stack Overflow
or by shashank
Published on 2010-06-09T11:10:36Z
Indexed on
2010/06/09
11:12 UTC
Read the original article
Hit count: 360
Hello!
I recently learned how to rotate a BitmapImage using the 'TransformedBitmap' and 'RotateTransformed' classes. Now I am able to perform clockwise rotations on my images. But how do I FLIP an image? I can't find the class(es) to perform horizontal and vertical flips of a BitmapImage. Please help me figure out how to do it. For instance, if my image was a drawing that looked like a 'd', then a vertical flip would result in something like a 'q', and a horizontal flip would result in something lika a 'b'. I hope this is clear enough.
Thanks in advance! Best regards, shashank
© Stack Overflow or respective owner