MatrixTransform Constructor (Matrix, Color, InterpolationMode)

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

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

Syntax

C#
public MatrixTransform(
	Matrix matrix,
	Color backgroundColor,
	InterpolationMode mode
)

Parameters

matrix

Type: Aurigma.GraphicsMill.Transforms.Matrix

A Matrix of the linear transformation. You can change it later using the Matrix property.
backgroundColor

Type: Aurigma.GraphicsMill.Color

mode

Type: Aurigma.GraphicsMill.Transforms.InterpolationMode

A InterpolationMode specifying interpolation algorithm used during the transformation. You can change it later using the InterpolationMode property.

See Also

Reference