Home

Operations on Bitmaps: Rotating a Picture

     

Introduction

Rotating a picture consists of changing its angular orientation. The Image class supports this operation (with somewhat limited options) through its RotateFlip() method. As mentioned for mirroring and flipping, the value you pass as argument would determine how the operation is carried out.

The members of the RotateFlipType enumeration that are used to rotate a picture are:

 

Home Copyright © 2010-2022, FunctionX