Applies a warp transformation based on Bezier surface.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void ApplyBezier( PointF[] controlPoints, Color color, InterpolationMode mode )
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.