Rotates image in specified direction
Syntax
'Declaration
Public Sub RotateFlip( _
ByVal As System.Drawing.RotateFlipType _
)
'Usage
Dim instance As ImageEditor
Dim rotateFlipType As System.Drawing.RotateFlipType
instance.RotateFlip(rotateFlipType)
public void RotateFlip(
System.Drawing.RotateFlipType
)
public procedure RotateFlip(
: System.Drawing.RotateFlipType
);
public function RotateFlip(
: System.Drawing.RotateFlipType
);
public:
void RotateFlip(
System.Drawing.RotateFlipType
)
Parameters
- rotateFlipType
- Direction to rotate
See Also