Applies a linear transformation of the bitmap (based on specified matrix).
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub ApplyMatrixTransform ( _
transform As Matrix, _
backgroundColor As Color, _
interpolationMode As InterpolationMode _
)
public void ApplyMatrixTransform(
Matrix transform,
Color backgroundColor,
InterpolationMode interpolationMode
)
Type: Aurigma.GraphicsMill.Transforms.Matrix
Matrix class instance which specifies a matrix of the linear transformation.Type: Aurigma.GraphicsMill.Transforms.InterpolationMode
InterpolationMode value which specifies interpolation algorithm used during transformation.