You are here: Start » FIL.NET » Invoke.CreateImageRotationMap

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
inImageFormatFil.ImageFormatInformation about dimensions, depth and pixel type of the image.
inAnglefloat45.0fThe angle of rotation. Default value: 45.0f.
inSizeModeFil.RotationSizeMode
inInterpolationMethodFil.InterpolationMethodBilinearInterpolation method used in extraction of image pixel values. Default value: Bilinear.
outRotationMapFil.SpatialMapOutput spatial map.
outOutputRegionFtl.Optional<Fil.Region>Pixels set by the spatial map application.

See also