Applies a linear transformation of the bitmap (based on specified matrix).
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void ApplyMatrix( Matrix matrix, Color color, InterpolationMode mode )
Type: Aurigma.GraphicsMill.Transforms.Matrix
A Matrix of the linear transformation.Type: Aurigma.GraphicsMill.Transforms.InterpolationMode
A InterpolationMode algorithm used during transformation.