how to flip Image in wpf

后端 未结 6 1105
时光说笑
时光说笑 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:36

    
            
                
                    
                    
                    
                    
                
            
        
    

    Create an image component like this. And when its source is set, the image will flip from left to right.

提交回复
热议问题