Bitmap.RotateFlip

Bitmap.RotateFlip method

This method rotates, flips, or rotates and flips the Image.

public override void RotateFlip(RotateFlipType rotateFlipType)
ParameterTypeDescription
rotateFlipTypeRotateFlipTypeA RotateFlipType member that specifies the type of rotation and flip to apply to the image.

See Also