Produces a transformed copy of a given bitmap using the given Bezier surface, background color and interpolation mode.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public static Bitmap Apply( Bitmap source, PointF[] controlPoints, Color backgroundColor, InterpolationMode mode )
Type: Aurigma.GraphicsMill.Bitmap
A Bitmap to transform.Type: System.Drawing.PointF[]
Sixteen control points that defines a Bezier surface for the transform.Type: Aurigma.GraphicsMill.Transforms.InterpolationMode
An InterpolationMode specifying interpolation algorithm used during the transformation.