CdrImageRotateFlip Method |
Rotates, flips, or rotates and flips the image.
Namespace: Aspose.Imaging.FileFormats.CdrAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic override void RotateFlip(
RotateFlipType rotateFlipType
)
Public Overrides Sub RotateFlip (
rotateFlipType As RotateFlipType
)
public:
virtual void RotateFlip(
RotateFlipType rotateFlipType
) override
abstract RotateFlip :
rotateFlipType : RotateFlipType -> unit
override RotateFlip :
rotateFlipType : RotateFlipType -> unit
Parameters
- rotateFlipType
- Type: Aspose.ImagingRotateFlipType
Type of the rotate flip.
ExceptionsException | Condition |
---|
NotImplementedException | |
See Also