You are here: Start » AVL.NET » AVS.RotateImage Method

AVS.RotateImage Method

Rotates an image clockwise.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inAnglefloat45.0fRotation angle (clockwise). Default value: 45.0f.
inSizeModeAvlNet.RotationSizeMode
inInterpolationMethodAvlNet.InterpolationMethodBilinearDefault value: Bilinear.
inInverseboolFalse'True' changes rotation to counter-clockwise. Default value: False.
outImageAvlNet.ImageOutput image.
outOutputAlignmentAvlNet.NullableValue<AvlNet.CoordinateSystem2D>Alignment of the output image. Can be null to skip this parameter calculation.

Function Overrides

See also