Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I need to rotate a image an amount of degrees diferent to 90,180 or 270. The angle is no problem, my problem is to rotate the image (no graphics).

 

Any idea are welcome !

  • *Experts*
Posted

Here is an example of rotating:

Dim b As New Bitmap("path to file")
b.RotateFlip(RotateFlipType.Rotate180FlipX) 'set the value you want here

You can do this to any image object, you dont have to necessairly create a new one.

Posted

To: Mutant

I need to rotate with an angle different to 180 degrees. Unless there is something I do not kown, when you set another value,it send an error message.

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