You are here: Start » FIL.NET » FIS.RotateImage Method
FIS.RotateImage Method
Rotates an image clockwise.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void RotateImage ( FilNet.Image inImage, float inAngle, FilNet.RotationSizeMode inSizeMode, FilNet.InterpolationMethod inInterpolationMethod, bool inInverse, FilNet.Image outImage, NullableValue<FilNet.CoordinateSystem2D> outOutputAlignment )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inAngle | float | 45.0f | Rotation angle (clockwise). Default value: 45.0f. | |
![]() | inSizeMode | FilNet.RotationSizeMode | |||
![]() | inInterpolationMethod | FilNet.InterpolationMethod | Bilinear | Default value: Bilinear. | |
![]() | inInverse | bool | False | 'True' changes rotation to counter-clockwise. Default value: False. | |
![]() | outImage | FilNet.Image | Output image. | ||
![]() | outOutputAlignment | FilNet.NullableValue<FilNet.CoordinateSystem2D> | Alignment of the output image. Can be null to skip this parameter calculation. |
Function Overrides
- RotateImage(Image, Single, RotationSizeMode, InterpolationMethod, Boolean, Image)
- RotateImage(Image, Single, RotationSizeMode, InterpolationMethod, Boolean, Image, CoordinateSystem2D)