This is a simple example which explains how we can apply render and scale transform.
In this example we have an image and we will apply scale and render transform to this image.
Render transform will help us to rotate the image at specific angle. Similarly, Scale Transform will reduce or increase the size of image in X or Y axis direction.
In the example we have used:
1) Image
2) 3 Scrollbars which are bounded with angle of rotation, scale x and scale y property.
1) Image
2) 3 Scrollbars which are bounded with angle of rotation, scale x and scale y property.
Here is the XAML source code for the same: