Jump to content

Pictureframe problem

- - - - -

  • Please log in to reply
3 replies to this topic

#1
CrazyVB

CrazyVB

    Newbie

  • Members
  • PipPip
  • 20 posts
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...

#2
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
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.

#3
CrazyVB

CrazyVB

    Newbie

  • Members
  • PipPip
  • 20 posts
I need it to spin like a wheel. Something like 1 degree per 0.1sec

CrazyVB

#4
chili5

chili5

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 7,248 posts
  • Programming Language:Java, C#, PHP
  • Learning:C, C++, C#, PHP, Transact-SQL, Assembly, Scheme
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




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users