I would like to transform a picture with GDI+ in C#. I would like to do the two transformations in the picture shown, but I only find skew (shear) transformations, which is not really what I want to do. I'm looking for a 'perspective' like transformation.
https://i.sstatic.net/nUBtV.jpg
Is it possible to do something similar with a Matrix, like shown in the crude picture?
Thanks,