Image.RotateFlip

Image.RotateFlip method

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

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

See Also