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
Israel - 02 Apr 2008 15:21 GMT
On Apr 2, 9:34 am, oscar.holmb...@gmail.com wrote:
> Is there any nice way to do this in c#?
Look at the Matrix class it should be able to do everything you need
to do in 2D space.