You are here: Start » FIL.NET » FIS.RotateImage Method

FIS.RotateImage Method

Rotates an image clockwise.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RotateImage
(
	FilNet.Image inImage,
	float inAngle,
	FilNet.RotationSizeMode inSizeMode,
	FilNet.InterpolationMethod inInterpolationMethod,
	bool inInverse,
	FilNet.Image outImage,
	NullableValue<FilNet.CoordinateSystem2D> outOutputAlignment
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inAnglefloat45.0fRotation angle (clockwise). Default value: 45.0f.
inSizeModeFilNet.RotationSizeMode
inInterpolationMethodFilNet.InterpolationMethodBilinearDefault value: Bilinear.
inInverseboolFalse'True' changes rotation to counter-clockwise. Default value: False.
outImageFilNet.ImageOutput image.
outOutputAlignmentFilNet.NullableValue<FilNet.CoordinateSystem2D>Alignment of the output image. Can be null to skip this parameter calculation.

Function Overrides

See also