Initializes a new instance of the MatrixTransform class using the specified settings.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public MatrixTransform( Matrix matrix, Color backgroundColor, InterpolationMode mode )
Type: Aurigma.GraphicsMill.Transforms.Matrix
A Matrix of the linear transformation. You can change it later using the Matrix property.Type: Aurigma.GraphicsMill.Transforms.InterpolationMode
A InterpolationMode specifying interpolation algorithm used during the transformation. You can change it later using the InterpolationMode property.