System::Drawing::Bitmap::RotateFlip method

Bitmap::RotateFlip method

将图像旋转为 90 度的倍数并翻转。

virtual void System::Drawing::Bitmap::RotateFlip(RotateFlipType rotate_flip_type) override
参数类型描述
rotate_flip_typeRotateFlipType旋转和/或翻转操作的类型

另见