EpsImage.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)
Parameter | Type | Description |
---|
rotateFlipType | RotateFlipType | Type of the rotate flip. |
Exceptions
exception | condition |
---|
NotImplementedException | Currently not implemented by EpsImage |
See Also