how to flip Image in wpf

后端 未结 6 1124
时光说笑
时光说笑 2021-01-31 01:56

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

6条回答
  •  一个人的身影
    2021-01-31 02:42

    Interesting 3d flippable usercontrol: http://flipcontrol.codeplex.com/releases/view/22358

    In your case you will have to display on both sides the same image.

提交回复
热议问题