Leaders snarfblam Posted October 18, 2004 Leaders Posted October 18, 2004 Is there a way to distort an image using GDI+? Version 1.1 of the .Net Framework hasn't 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? Quote [sIGPIC]e[/sIGPIC]
Leaders Iceplug Posted October 19, 2004 Leaders Posted October 19, 2004 Distort? Well, there are the Graphics.TranslateTransform, .ScaleTransform, and .RotateTransform, which you can use to move, resize, or rotate the next drawings. There's also the Matrix which you can use for some transforms as well. :) Quote Iceplug, USN One of my coworkers thinks that I believe that drawing bullets is the most efficient way of drawing bullets. Whatever!!! :-(
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.