O
oscar.holmberg
Hi,
I would like to transform the shape of an image in any ways.
For example: I have a square image and let the corners be called
a, b, c and d. Now I would like to "move" corner c straight up a few
pixles and corner a straight down a few pixels.
It would now feels like the image been "turned" round its y-axis...
a_____b
| |
|_____|
c d
Is there any nice way to do this in c#?
//Oscar
I would like to transform the shape of an image in any ways.
For example: I have a square image and let the corners be called
a, b, c and d. Now I would like to "move" corner c straight up a few
pixles and corner a straight down a few pixels.
It would now feels like the image been "turned" round its y-axis...
a_____b
| |
|_____|
c d
Is there any nice way to do this in c#?
//Oscar