Hello evryone,
Its been long since I last posted but I was on vacation. Well here is the problem, I want to make a pictureframe / picture rotate.
But there's no comand to do so. Please help me.
Thanks in advance.
CrazyVB
-------------------------------------------------
Everything is possible...
3 replies to this topic
#1
Posted 26 August 2011 - 08:43 AM
|
|
|
#2
Posted 26 August 2011 - 10:01 AM
Would something like this work, or do you need custom rotation?
PictureBox1.Image.RotateFlip(RotateFlipType.Rotate270FlipNone)
PictureBox1.Refresh()
~ Committed
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.
Science is only an educated theory, which we cannot disprove.
#3
Posted 26 August 2011 - 10:04 AM
I need it to spin like a wheel. Something like 1 degree per 0.1sec
CrazyVB
CrazyVB
#4
Posted 26 August 2011 - 01:14 PM
In that case there actually isn't a method to do that per say. You are going to have to look into manipulating images using the bitmap and graphic classes.
C# Tutorial - Image Editing: Rotate | Switch on the Code
C# Tutorial - Image Editing: Rotate | Switch on the Code
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









