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
inImageFormatFilNet.ImageFormatInformation about dimensions, depth and pixel type of the image.
inAnglefloat45.0fThe angle of rotation. Default value: 45.0f.
inSizeModeFilNet.RotationSizeMode
inInterpolationMethodFilNet.InterpolationMethodBilinearInterpolation method used in extraction of image pixel values. Default value: Bilinear.
outRotationMapFilNet.SpatialMapOutput spatial map.
outOutputRegionFilNet.RegionPixels set by the spatial map application.

Function Overrides

See also