Creates and initializes Rotate class instance. All rotation parameters are specified here.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ angle As Single, _ backgroundColor As Color, _ interpolationMode As InterpolationMode _ )
public Rotate( float angle, Color backgroundColor, InterpolationMode interpolationMode )
Type: System.Single
An angle (in degrees) to rotate on. You can change it later via Angle property.Type: Aurigma.GraphicsMill.Color
Value specifying background color for the rotated image. You can change it later via BackgroundColor property.Type: Aurigma.GraphicsMill.Transforms.InterpolationMode
InterpolationMode value specifying interpolation algorithm used during rotation. You can change it later via InterpolationMode property.