ClearImage .NET API
RotateFlip Method





Inlite.ClearImageNet Namespace > ImageEditor Class : RotateFlip Method
Direction to rotate
Rotates image in specified direction
Syntax
'Declaration
 
Public Sub RotateFlip( _
   ByVal rotateFlipType As System.Drawing.RotateFlipType _
) 
'Usage
 
Dim instance As ImageEditor
Dim rotateFlipType As System.Drawing.RotateFlipType
 
instance.RotateFlip(rotateFlipType)
public void RotateFlip( 
   System.Drawing.RotateFlipType rotateFlipType
)
public procedure RotateFlip( 
    rotateFlipType: System.Drawing.RotateFlipType
); 
public function RotateFlip( 
   rotateFlipType : System.Drawing.RotateFlipType
);
public:
void RotateFlip( 
   System.Drawing.RotateFlipType rotateFlipType
) 

Parameters

rotateFlipType
Direction to rotate
Remarks
Zone parameter does not apply
See Also

Reference

ImageEditor Class
ImageEditor Members