/ Published in: C#
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
 private void rotateRightToolStripButton_Click(object sender, EventArgs e) { ocrSourcePictureBox.Image.RotateFlip(RotateFlipType.Rotate90FlipNone); ocrSourcePictureBox.Refresh(); } private void rotateLeftToolStripButton_Click(object sender, EventArgs e) { ocrSourcePictureBox.Image.RotateFlip(RotateFlipType.Rotate270FlipNone); ocrSourcePictureBox.Refresh(); }
Comments
                    Subscribe to comments
                
                