Rotating WPF images is pretty easy
imgCurrent.LayoutTransform = new RotateTransform(_rotationAngle);
What about horizontal and vertical mirroring ?
offtop:
In GDI(Drawing namespace) there was bitmap.RotateFlip(rotateFlipType);
is there tomething easy in wpf?
new ScaleTransform() { ScaleX = -1 };
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With