Is there a way to distort an image using GDI+? Version 1.1 of the .Net Framework hasnt implemented DrawImage(Image, Point()) for four points. That is, you can specify three points to define a parallelogram that skews the image, but if you specify four points for full distortification you receive a NotImplemented exeption... Is there another means of distorting an image beyond skewing?