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 )
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. |
Function Overrides
- RotateImage(Image, Single, RotationSizeMode, InterpolationMethod, Boolean, Image, CoordinateSystem2D)
- RotateImage(Image, Single, RotationSizeMode, InterpolationMethod, Boolean, Image, NullableValue<CoordinateSystem2D>)