Initializes a new instance of the BezierTransform class defined by the given Bezier surface.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public BezierTransform( PointF[] controlPoints, Color backgroundColor, 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.