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
)

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.

Function Overrides

See also