TransformsProvider.ApplyMatrix Method (Matrix, Color, InterpolationMode)

Applies a linear transformation of the bitmap (based on specified matrix).

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

Syntax

C#
public void ApplyMatrix(
	Matrix matrix,
	Color color,
	InterpolationMode mode
)

Parameters

matrix

Type: Aurigma.GraphicsMill.Transforms.Matrix

A Matrix of the linear transformation.
color

Type: Aurigma.GraphicsMill.Color

The background color for the transformed image.
mode

Type: Aurigma.GraphicsMill.Transforms.InterpolationMode

A InterpolationMode algorithm used during transformation.

Remarks

You can also use MatrixTransform class to apply this effect.

See Also

Reference

Manual