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