Rotate Constructor (Single, Color, InterpolationMode)

Initializes a new instance of the Rotate class using the specified settings.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public Rotate(
	float angle,
	Color backgroundColor,
	InterpolationMode mode
)

Parameters

angle

Type: System.Single

The angle to rotate the image at (in degrees). You can change this value later using the Angle property.
backgroundColor

Type: Aurigma.GraphicsMill.Color

mode

Type: Aurigma.GraphicsMill.Transforms.InterpolationMode

A InterpolationMode specifying interpolation algorithm used during the rotate. You can change this value later using the InterpolationMode property.

See Also

Reference