Jump to content
Xtreme .Net Talk

Recommended Posts

  • Leaders
Posted
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?
[sIGPIC]e[/sIGPIC]
  • Leaders
Posted

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. :)

Iceplug, USN

One of my coworkers thinks that I believe that drawing bullets is the most efficient way of drawing bullets. Whatever!!! :-(

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...