Produces a transformed copy of a given bitmap. The source bitmap remains unchanged.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public static Bitmap Apply( Bitmap source, Matrix matrix, Color backgroundColor, InterpolationMode mode )
Type: Aurigma.GraphicsMill.Bitmap
An Bitmap to transform.Type: Aurigma.GraphicsMill.Transforms.Matrix
A transformation Matrix.Type: Aurigma.GraphicsMill.Transforms.InterpolationMode
A InterpolationMode specifying interpolation algorithm used during the transformation.