Initializes a new instance of the Rotate class using the specified settings.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public Rotate( float angle, Color backgroundColor, InterpolationMode mode )
Type: System.Single
The angle to rotate the image at (in degrees). You can change this value later using the Angle property.Type: Aurigma.GraphicsMill.Transforms.InterpolationMode
A InterpolationMode specifying interpolation algorithm used during the rotate. You can change this value later using the InterpolationMode property.