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