Can anyone help me how to use a built in function on regular C# in Visual Studio in Xamarin Android the function that I find on the msdn website they have it as
e.Graphics.DrawImage(image, x, y) were x and y are the destination points for the corners of the image I am trying to skew an image.
Thank You.
-Robert Cruz