The source code relevant files
Practical: 2D Transformations
1. Copy the file Transforms.cs. This program demonstrates the implementation of some simple 2D transformations using the GDI+ capabilities of WinForms. After compiling, on running the program it should generate a form with 4 rectangles.
c. The method could take all the x and y coordinates of the shape stored in an array or arrays and transform them accordingly.
d. The method could take an array of type Points which are transformed.