RotateFlip

EmfImage.RotateFlip method

Easily rotate, flip, or perform both operations simultaneously on your image using this simple RotateFlip() method. Perfect for adjusting orientation and enhancing visual appeal without hassle. Ideal for achieving the desired presentation of your images in any project or application.

public override void RotateFlip(RotateFlipType rotateFlipType)
ParameterTypeDescription
rotateFlipTypeRotateFlipTypeType of the rotate flip.

Exceptions

exceptioncondition
NotImplementedExceptionNot implemented.

See Also