You are here: Start » FIL.NET » Invoke.CreateImageRotationMap
Creates a spatial map representing an image rotation.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CreateImageRotationMap ( Fil.ImageFormat inImageFormat, float inAngle, Fil.RotationSizeMode inSizeMode, Fil.InterpolationMethod inInterpolationMethod, Fil.SpatialMap outRotationMap, Optional<Fil.Region> outOutputRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageFormat | Fil.ImageFormat | Information about dimensions, depth and pixel type of the image. | ||
![]() | inAngle | float | 45.0f | The angle of rotation. Default value: 45.0f. | |
![]() | inSizeMode | Fil.RotationSizeMode | |||
![]() | inInterpolationMethod | Fil.InterpolationMethod | Bilinear | Interpolation method used in extraction of image pixel values. Default value: Bilinear. | |
![]() | outRotationMap | Fil.SpatialMap | Output spatial map. | ||
![]() | outOutputRegion | Ftl.Optional<Fil.Region> | Pixels set by the spatial map application. |