Flip
-
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 :)
-
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 :)
-
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 :)
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.
-
System.Drawing.Drawing2d.Matrix.Rotate()
Is this what you are looking for?Loading signature. Please wait...
-
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.