Rotate ASP:Image 45 Degrees

G

Guest

Hi there,
I was wonder how I could rotate an image in Asp.Net... I've found this code:

Image1.Style.Add("filter",
"progid:DXImageTransform.Microsoft.BasicImage(rotation=' + 1 + ')")

... but this only allows you to rotate (1, 2, 3, 4) or 90, 180, 270, or 360
degrees... but whatabout the inbetweens??? what if i wanted 45 degrees???

thanks
 
G

Guest

Hi steve,
thanks for the link.. but i couldn't figure out how exactly i'm suppose to
use the RotateFilp method.. it has it's function, and i know it has all the
Rotate90FlipXY members... but how exactly do i call it to use it...
my Asp.Net image is Image5... what should i do???
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top