RotateFlip

EpsImage.RotateFlip method

This method facilitates versatile manipulation of the image by enabling rotation, flipping, or both rotation and flipping simultaneously. It offers flexibility in adjusting the orientation of the image to suit specific requirements, enhancing its usability and visual appeal.

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

Exceptions

exceptioncondition
NotImplementedExceptionCurrently not implemented by EpsImage

See Also