You are here: Start » FIL.NET » Invoke.RotateImage
Rotates an image clockwise.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RotateImage ( Fil.Image inImage, float inAngle, Fil.RotationSizeMode inSizeMode, Fil.InterpolationMethod inInterpolationMethod, bool inInverse, Fil.Image outImage, Optional<Fil.CoordinateSystem2D> outOutputAlignment )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inAngle | float | 45.0f | Rotation angle (clockwise). Default value: 45.0f. | |
![]() | inSizeMode | Fil.RotationSizeMode | |||
![]() | inInterpolationMethod | Fil.InterpolationMethod | Bilinear | Default value: Bilinear. | |
![]() | inInverse | bool | False | 'True' changes rotation to counter-clockwise. Default value: False. | |
![]() | outImage | Fil.Image | Output image. | ||
![]() | outOutputAlignment | Ftl.Optional<Fil.CoordinateSystem2D> | Alignment of the output image. |