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
)
Type: System.Drawing.PointF[]
Sixteen control points that defines a Bezier surface for the transform.The default background color is white, you can change it via the Color() property.
The default interpolation mode is Medium, you can change it via the InterpolationMode property.