Syntax
C++
C#
Visual Basic .NET
Parameters
Rotation [in] This variable of type RotationTypeEnum specifies what kind of rotation was performed upon the image. WasMirrored [in] This Boolean variable specifies if the image was inverted. WasInverted [in] This Boolean variable specifies whether image colors were inverted.Return values
The return value of this method is ignored.Remarks
- The client implementation of this method must assure that all exceptions thrown inside the method are caught and handled and no exceptions are propagated outside the method. Propagation of an exception outside the method may lead to unpredictable results (such as program termination).
- If the image was transformed, its pixel dimensions may change.
