RotateFlip()

Bitmap::RotateFlip(RotateFlipType) method

Rotates image to multiple of 90 degrees and flips.

virtual void System::Drawing::Bitmap::RotateFlip(RotateFlipType rotate_flip_type) override

Arguments

ParameterTypeDescription
rotate_flip_typeRotateFlipTypeThe type of rotation and/or flip operation

See Also