This is the final part of the WPF image viewer tutorial: Introduction, Part 1, Part2, Part 3, Part 4, Part 5 and Part 6.
So, what are transforms?
This is an extremely short and simplified explanation, like most of the topics I cover in this tutorial you can use this to get started but if you want in-depth information I suggest you but this book.
Transforms are a way to modify how something is rendered to the screen, you can take any control and use transforms to move it, scale it, stretch it, rotate it and more.
There are two ways to apply a transform in WPF, Render...