Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Flip

Flip

Scheduled Pinned Locked Moved C#
helpquestion
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vinay_K
    wrote on last edited by
    #1

    hi.. I created a windows application, I have 1 Picturebox & 1 button, when I click the button Picturebox should rotate (means flip), and the user should get 2D effect of the Picturebox (like in power point presentation the animation that we use to switch between the slides). Any solution’s or links related to my question are kindly acceptable... Please help me to do this :)

    S D 2 Replies Last reply
    0
    • V vinay_K

      hi.. I created a windows application, I have 1 Picturebox & 1 button, when I click the button Picturebox should rotate (means flip), and the user should get 2D effect of the Picturebox (like in power point presentation the animation that we use to switch between the slides). Any solution’s or links related to my question are kindly acceptable... Please help me to do this :)

      D Offline
      D Offline
      dan sh
      wrote on last edited by
      #2

      System.Drawing.Drawing2d.Matrix.Rotate() Is this what you are looking for?

      Loading signature. Please wait...

      V 1 Reply Last reply
      0
      • V vinay_K

        hi.. I created a windows application, I have 1 Picturebox & 1 button, when I click the button Picturebox should rotate (means flip), and the user should get 2D effect of the Picturebox (like in power point presentation the animation that we use to switch between the slides). Any solution’s or links related to my question are kindly acceptable... Please help me to do this :)

        S Offline
        S Offline
        sph3rex
        wrote on last edited by
        #3

        pictureBox.Image.RotateFlip([option]) or in the old fashion way with GetPixel() SetPixel(), reordering the pixel array ... anyway i'm sure google would've give you the right answer in a few seconds ... but owh well

        Code? Yeah i love it fried together with a glass of wine.

        1 Reply Last reply
        0
        • D dan sh

          System.Drawing.Drawing2d.Matrix.Rotate() Is this what you are looking for?

          Loading signature. Please wait...

          V Offline
          V Offline
          vinay_K
          wrote on last edited by
          #4

          Thanks you d@nish for you reply I have to rotate the picturebox, and the user should feel that it is rotating while rotating I have the change the image of the picturebox.

          D 1 Reply Last reply
          0
          • V vinay_K

            Thanks you d@nish for you reply I have to rotate the picturebox, and the user should feel that it is rotating while rotating I have the change the image of the picturebox.

            D Offline
            D Offline
            dan sh
            wrote on last edited by
            #5

            This article might help you.[^]

            Loading signature. Please wait...

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups