how to flip Image in wpf

后端 未结 6 1126
时光说笑
时光说笑 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条回答
  •  猫巷女王i
    2021-01-31 02:34

    A quick trick for horizontal (only) flipping btw is to set FlowDirection property to FlowDirection.RightToLeft. If the component is a container though, some children of it may interpret the property differently (custom logic)

提交回复
热议问题