System::Drawing::Bitmap::RotateFlip method

Bitmap::RotateFlip method

Rotates image to multiple of 90 degrees and flips.

virtual void System::Drawing::Bitmap::RotateFlip(RotateFlipType rotate_flip_type) override
ParameterTypeDescription
rotate_flip_typeRotateFlipTypeThe type of rotation and/or flip operation

See Also